A chatbot for answering trivia questions in plain English by searching and parsing data from the internet. More info: https://pixelzerg.github.io/projects/answerbot/
Must be using Python 3 (working on 3.6).
- Clone this repository
git clone https://github.com/makurell/AnswerBot.git
- Install requirements
python -m pip -r requirements.txt
- Download SpaCy model (812MB)
python -m spacy download en_core_web_lg
- Run
answerbot.py
PixelZerg, 2018 - github.com/pixelzerg
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.