项目作者: Neel301

项目描述 :
A contextual chatbot in PyTorch.
高级语言: Python
项目地址: git://github.com/Neel301/Chatbot.git
创建时间: 2021-03-10T21:26:49Z
项目社区:https://github.com/Neel301/Chatbot

开源协议:Other

下载


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.