Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 332 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 332 Bytes

Chatbot

Implementation of chatbot by PyTorch.

Install dependencies

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

How to use

python train.py
python chat.py