Workshop material for the School of AI workshop on - Building a Chatbot using NLP
You can access the dataset from this link (though not required as we will download the data in the notebook itself): http://www.cs.cornell.edu/~cristian/data/cornell_movie_dialogs_corpus.zip
Download the notebook by cloing the repository using:
git clone https://github.com/SchoolofAI-Vancouver/nlp-chatbot.git
- After cloning the repo, go to https://www.kaggle.com/kernels and create a new notebook kernel.
- Once created, in the settings pane on the right, turn on the GPU as well as the Internet options.
- After the kernel loads again, click on File > Upload Notebook > Select the path to your notebook (on local machine).
- And we are ready to go!