Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 520 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 520 Bytes

Chatbot

An AI chatbot using PyTorch. Demo

How to run the code

  1. Run python ./train.py. This will train the model using the data in the intents.json, and it will save the model states to data.pth.
  2. Run python ./chat.py. This will start the chat bot on the terminal. You can exit the program by typing quit.

Dependencies