Skip to content

himanshugoyal18/chatbot_tensor

 
 

Repository files navigation

Tensorflow Chatbot

Tensorflow Chatbot by Rishab Shama

Overview

This is the full code for Amazing Tensorflow Chatbot model to train a chatbot on the Cornell Movie Dialogue dataset. After training for a few hours, the bot is able to hold a fun conversation with the user.

Dependencies

Use pip to install any missing dependencies

Usage

To train the bot, edit the seq2seq.ini file so that mode is set to train like so

mode = train

then run the code like so

python execute.py

To test the bot during or after training, edit the seq2seq.ini file so that mode is set to test like so

mode = test

then run the code like so

python execute.py

About

I implement Tensorflows Sequence to Sequence model to train a chatbot on the Cornell Movie Dialogue dataset. After training for a few hours, the bot is able to hold a fun conversation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 60.2%
  • CSS 34.6%
  • JavaScript 3.1%
  • HTML 1.9%
  • Shell 0.2%