A Deep Learning Based Chatbot implemented using the Seq2Seq model and trained on the Cornell Movie Dialogs Corpus.
Image source: Deep Learning for Chatbots Part 1
To run the .ipynb locally:
- Clone this repository
- (Optional) Create a new environment in Anaconda Terminal/ Prompt:
conda create -n chatbot python=3.5 anaconda
source activate chatbot
pip install tensorflow==1.0.0
jupyter notebook
- Navigate to the repository folder and run the
Chatbot.ipynb