Implementation of chatbot by PyTorch.
Clone the repo. Create virtual environment in project directory and activate it.
venv\Scripts\activate
Install the following dependencies using this command.
pip install -r requirements.txt
python train.py
python chat.py