Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 794 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 794 Bytes

Chatbot

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.

Prerequisites - Tensorflow and nltk

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

An interface will open in which you can enter your queries.
Screenshot