A support chatbot integrated on websites made using Python, Flask API and Deep Learning.
Download the source code zip or clone the git link
Open the working directory, and use a text editor like vs code.
Edit the data.json file to change its content into your desired one.
Install the dependancies inside dependancies.txt
Run download.py to install nltk tools
Run training.py file to train your model. A message will be printed stating "print model successful"
Now run app.py to run the model in flask locally.