This is a simple chatbot created using Python and the Flask framework.
-
Clone the repository:
-
Install the required dependencies:
The Chatbot is constructed using the Microsoft/DialoGPT-medium model. https://huggingface.co/microsoft/DialoGPT-medium
-
Run the Flask app:
-
Open your web browser and go to: http://localhost:5000
-
Start chatting with the chatbot!
- Simple chat interface
- Basic chatbot responses
- Easily extensible for adding more complex responses
Feel free to contribute to this project by forking the repository and creating a pull request with your changes.
Feel free to tailor this README file to fit the specifics of your project. Good luck with your chatbot development!