Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 664 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 664 Bytes

Quora QA Chatbot

report | poster

This is a Quora Question Answer Chatbot for Telegram.

The test.csv and train.csv files should be obtained from https://www.kaggle.com/quora/question-pairs-dataset.

The API key should be placed inside the file API_KEY.

Running

You should first run python3 precompute.py to preprocess the data and compute the tf-idf vectors. They will be saved under precompute/.

To run the bot, run python3 server.py.