Skip to content

AI shop bot using Pytorch, Deep Learning and Natural Language Processing

Notifications You must be signed in to change notification settings

Shobhs13/AI_Shop_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

AI_Shop_bot {Contextual Chatbot in PyTorch}

AI shop bot using Pytorch, Deep Learning and Natural Language Processing.

Installation

Create an virtual environment

Whatever you prefer (e.g. conda or venv)

conda create -n envname python=x.x anaconda

Activate the virtual environment

conda activate envname

Install PyTorch and dependencies

For Installation of PyTorch see official website.

You also need nltk:

pip install nltk

If you get an error install nltk.tokenize.punkt: Run this once in your terminal:

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

Usage {Command Line}

Run

python train.py

This will dump data.pth file. And then run

python chat.py

About

AI shop bot using Pytorch, Deep Learning and Natural Language Processing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages