Skip to content

pneel093/Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatbot

  • A contextual chatbot using PyTorch.

Simple chatbot implementation with PyTorch.

  • This project should be easy to follow for beginners and provide a basic understanding of chatbots. That how chatbot works and which libraries we need for this project.
  • The implementation is straightforward with a Feed Forward Neural net with 2 hidden layers.
  • Customization for your own use case is very easy. Just modify intents.json with possible patterns and responses and re-run the training.

Implementation is very easy. I have used here Conda environment.

Install PyTorch and dependencies

For Installation of PyTorch in conda see official website.

For nltk in conda see official website.

Releases

No releases published

Packages

No packages published

Languages