Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 422 Bytes

File metadata and controls

20 lines (12 loc) · 422 Bytes

ChatBot

This chat bot uses natural language processing in order to generate accurate responses related to the inputs.


How to run the project

Run the following command to load the anaconda environment:

conda env create -f environment.yml

If you want to see the training that goes on behind the scenes:

python train.py

To run the final chatbot, run the following command:

python chat.py