Skip to content

A program that allows you to search for Wikipedia articles and extract summaries and simple question-answers

Notifications You must be signed in to change notification settings

sabaimran/wikianswers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A program that allows you to search for Wikipedia articles and extract summaries and simple question-answers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages