Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 855 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 855 Bytes

AnswerBot

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/

Demonstration

How to Run

Must be using Python 3 (working on 3.6).

  1. Clone this repository
git clone https://github.com/makurell/AnswerBot.git
  1. Install requirements
python -m pip -r requirements.txt
  1. Download SpaCy model (812MB)
python -m spacy download en_core_web_lg
  1. Run
answerbot.py

Legal

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/.