Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 823 Bytes

File metadata and controls

34 lines (20 loc) · 823 Bytes

Python Flask Chatbot

This is a simple chatbot created using Python and the Flask framework.

Installation

  1. Clone the repository:

  2. Install the required dependencies:

Chat Bot link

The Chatbot is constructed using the Microsoft/DialoGPT-medium model. https://huggingface.co/microsoft/DialoGPT-medium

Usage

  1. Run the Flask app:

  2. Open your web browser and go to: http://localhost:5000

  3. Start chatting with the chatbot!

Features

  • Simple chat interface
  • Basic chatbot responses
  • Easily extensible for adding more complex responses

Contributing

Feel free to contribute to this project by forking the repository and creating a pull request with your changes.

License

Feel free to tailor this README file to fit the specifics of your project. Good luck with your chatbot development!