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.
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
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.