/stackoverflow-chatbot

A conversational bot that will assist with search on StackOverflow.

Primary LanguageJupyter Notebook

StackOverflow assistant bot

This repository illustrates the process to construct a dialogue chat bot, which will be able to:

  • answer programming-related questions (using StackOverflow dataset);
  • chit-chat and simulate dialogue on all non programming-related questions.

Dependencies

Install missing dependencies using pip

Usage

Once you have your dependencies installed via pip, run the demo script in terminal via

jupyter notebook

or simply try colab version

Credits

This is the final project of Natural Language Processing course of Higher School of Economics