An AI chatbot made with the help of Natural Language Processing and Deep Learning in Python.
This chatbot is trained with a small dataset. However, other datasets can also be added to the project in form of a json file. You can also add your own dataset in intents.json in the same format.
The model is creating using Bag of Words technique in NLP.
Steps to run in your local machine:
(1) Cloning Repository
git clone https://github.com/AdityaSadana/Chatbot
(2) Installing Requirements
pip install -r requirements.txt
(3) Running Application
python chatapp.py