Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 819 Bytes

readme.md

File metadata and controls

18 lines (13 loc) · 819 Bytes

Wikianswers

This projects builds on top of the openly available data provided by the Wikimedia Foundation which exposes Wikipedia articles. I use these to feed into a summarizer using TFBartForConditionalGeneration and TFBertForQuestionAnswering models to generate summaries and answers to questions, respectively.

Installation

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Run the program

python3 wikianswers.py

From there, you'll be prompted to search queries for Wikipedia articles, and ask questions that the program will attempt to address.