Skip to content

"Engage in real-time conversations with the ChatBot application, crafted using Flask and ChatterBot. Interact seamlessly with a chatbot and explore its capabilities firsthand."

Notifications You must be signed in to change notification settings

shashankatthaluri/ChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

"Engage in real-time conversations with the ChatBot application, crafted using Flask and ChatterBot. Interact seamlessly with a chatbot and explore its capabilities firsthand."

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published