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

najeex/Chatbot-from-Movie-Dialogue

 
 

Repository files navigation

Chatbot-from-Movie-Dialogue

I built a simple chatbot using conversations from Cornell University's Movie Dialogue Corpus. The main features of our model are LSTM cells, a bidirectional dynamic RNN, and decoders with attention.

If you would like to learn a bit more about the details of this project, especially the sequence-to-sequence portion, I wrote an article about this.

movie_conversations.txt.zip contains the indexes for the lines of each conversation. movie_lines.txt.zip contains the lines spoken by the characters.

To view my work most easily, click on the .ipynb file.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 82.0%
  • Jupyter Notebook 12.2%
  • Python 5.8%