ChatBot is a simple chat application built with Flask and ChatterBot that allows users to interact with a chatbot in real-time.
- User-friendly interface
- Real-time chat with a chatbot
- Integration with ChatterBot for natural language processing
-
Clone the repository to your local machine:
git clone https://github.com/shashankatthaluri/ChatBot.git
-
Navigate to the project directory:
cd ChatBot
-
Install the required dependencies:
pip install -r requirements.txt pip install flask chatterbot
-
Run the Flask application:
python app.py
-
Open your web browser and go to
http://localhost:5000
to access the chatbot interface.
- Enter your message in the input box and press the "Send" button to interact with the chatbot.
- The chatbot will respond to your message based on the training it has received.
- Python 🐍
- Flask 🌐
- ChatterBot 🤖
Contributions are welcome! If you have any suggestions or improvements, please feel free to open an issue or submit a pull request.