Skip to content

Developed a simple chatbot using Python, Flask, SQLAlchemy, and ChatterBot. This project implements a rule-based chatbot that engages in text-based conversations, providing predefined responses. Flask handles web interface, SQLAlchemy manages database, and ChatterBot adds natural language processing for interactive user interactions.

Notifications You must be signed in to change notification settings

Gauthamyaramasa/Chatbot-Using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-chatbot

Local Setup:

  1. Ensure that Python, Flask, SQLAlchemy, and ChatterBot are installed (either manually, or run pip install -r requirements.txt).
  2. Run app.py with python app.py.
  3. The demo will be live at http://localhost:5000/

About

Developed a simple chatbot using Python, Flask, SQLAlchemy, and ChatterBot. This project implements a rule-based chatbot that engages in text-based conversations, providing predefined responses. Flask handles web interface, SQLAlchemy manages database, and ChatterBot adds natural language processing for interactive user interactions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published