This chatbot is live here - it may take time to load up because of free tier hosting
- Clone this GitHub repo
- In the main directory of the project run
pip install -r requirements.txt
to install the requirements to run the chatbot - run
python app.py
- go to
http://localhost:5000
to see the Flask app running - Enjoy!
-
An Intelligent AI Chatbot that attemps to mimic human conversation
-
Trained the chatbot model by feeding it a curated list of patterns associated with corresponding tags and responses
-
Developed in Python and built using TensorFlow and Keras
-
Aims to offer 24/7 support for users, whether it be asking the time, to tell a joke, or even career advice
- Integrate API endpoints that fetch real-time data for certain queries to provide a better experience for the user
- For example: fetching stock data for Amazon or fetching nutrition information about a particular food item