Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Initial Setup:

This repo currently contains the starter files.

Clone repo and create a virtual environment

$ cd chatbot
$ python app.py

Install dependencies

pip install Flask torch torchvision nltk

Install nltk package to tests

$ (venv) python
>>> import nltk
>>> nltk.download('punkt')

Modify intents.json with different intents and responses for your Chatbot

Run

 python train.py

This will dump data.pth file. And then run the following command to test it in the console.

python chat.py

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages