Skip to content

rahulsharmaah/Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatbot

Create a folder mkdir myproject
$ cd myproject
Create an environment
Whatever you prefer (e.g. conda or venv)
$ python3 -m venv venv

Activate it
Mac / Linux:
. venv/bin/activate
Windows:
venv\Scripts\activate

Install PyTorch and dependencies

For Installation of PyTorch see official website.

pip install nltk

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages