Skip to content

Built a simple chatbot from a sequence-to-sequence model with TensorFlow.

Notifications You must be signed in to change notification settings

elmines/EmotChatbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emotional Chatbot

A chatbot for emotional dialog generation built in TensorFlow 1.9 and modeled after the approaches described in Asghar et al. and Koshla et al..

Usage

Check out examples to see how to train a model and then perform inference with it after training. The project's two "main" scripts are train.py and infer.py.

To generate some more expansive documentation, simply run gen_doc.sh.

Dependencies

About

Built a simple chatbot from a sequence-to-sequence model with TensorFlow.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.3%
  • Shell 0.7%