https://github.com/percivalyan/vairagpt-chatbot
Simple Chat Bot
https://github.com/percivalyan/vairagpt-chatbot
chatbot gpt
Last synced: 4 months ago
JSON representation
Simple Chat Bot
- Host: GitHub
- URL: https://github.com/percivalyan/vairagpt-chatbot
- Owner: percivalyan
- Created: 2024-09-18T11:13:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T11:21:52.000Z (almost 2 years ago)
- Last Synced: 2025-02-26T11:46:07.596Z (over 1 year ago)
- Topics: chatbot, gpt
- Language: HTML
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project is a simple Flask-based web application that integrates the GPT-2 model using Hugging Face's Transformers library. It allows users to interact with the model via a chat interface, generating text responses. To run the project, install the necessary dependencies using pip install flask torch transformers flask-cors, then start the Flask server to use the chatbot locally.