Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.21 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.21 KB

ChatBot 🤖💬

ChatBot is a simple chat application built with Flask and ChatterBot that allows users to interact with a chatbot in real-time.

Features 🚀

  • User-friendly interface
  • Real-time chat with a chatbot
  • Integration with ChatterBot for natural language processing

Installation 🛠️

  1. Clone the repository to your local machine:

    git clone https://github.com/shashankatthaluri/ChatBot.git
  2. Navigate to the project directory:

    cd ChatBot
  3. Install the required dependencies:

    pip install -r requirements.txt
    pip install flask chatterbot
  4. Run the Flask application:

    python app.py
  5. Open your web browser and go to http://localhost:5000 to access the chatbot interface.

Usage 🤓

  • 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.

Technologies Used 🛠️

  • Python 🐍
  • Flask 🌐
  • ChatterBot 🤖

Contributing 🤝

Contributions are welcome! If you have any suggestions or improvements, please feel free to open an issue or submit a pull request.