Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 920 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 920 Bytes

NLP-Chatbot

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

Instructions to upload notebook to Kaggle:

  1. After cloning the repo, go to https://www.kaggle.com/kernels and create a new notebook kernel.
  2. Once created, in the settings pane on the right, turn on the GPU as well as the Internet options.
  3. After the kernel loads again, click on File > Upload Notebook > Select the path to your notebook (on local machine).
  4. And we are ready to go!