/EmotChatbot

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

Primary LanguagePython

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