#Pytorch-Chatbot
1 -. create venv if not done created
python3 -m venv /path/to/directory2 -. activate venv
source /path/to/venv/bin/activate3 -. install dependencies
pip3 install --no-cache-dir -r requirements.txt4 -.
python3 -m nltk.downloader punkt5 -. To install/reinstall the library locally, run python setup.py install in the project root directory.
python3 setup.py install6 -. run the application
python3 src/demos/train.py
python3 src/demos/chat.py