This my first AI based project, I have created interactive chatbot using tensorflow.
1. Clone the repository
2. Create a virtual environment using `conda env create -f NLP.yaml`
3. Activate the virtual environment using `conda activate NLP`
You can use the chatbot by typing in the terminal: (assumed you are in project directory)
```
python chatbot.py
```
You can contribute in this project by fulfilling these requests.
- Comment the code or edit the jupyter notebook for complete beginners
- Create GUI for this chatbot
- Improve efficiency of the code
- Add various tags to improve dataset in the
intents.jsonfile - Beautify
ReadMe.mdfile
