Skip to content

Simple contextual chatbot implementation with Pytorch and Feed Forward Neural Network

Notifications You must be signed in to change notification settings

manankohlii/pytorch-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytorch-chatbot

Simple chatbot implementation with PyTorch.

The implementation should be easy to follow for beginners and provide a basic understanding of chatbots.

The implementation is straightforward with a Feed Forward Neural net with 2 hidden layers.

Customization for your own use case is super easy. Just modify intents.json with possible patterns and responses and re-run the training .

Inspired by @python-engineer

About

Simple contextual chatbot implementation with Pytorch and Feed Forward Neural Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages