Skip to content

QA app which uses Wikipedia articles to answer your questions

Notifications You must be signed in to change notification settings

daparasyte/Wikipedia_QnA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wikipedia Question Answering System

This is a project for a Wikipedia Question Answering system, which uses a pre-trained transformer model for question-answering and HTML parsing to retrieve the context. The system can answer a wide range of questions based on the information available on Wikipedia.

Installation

  1. To use this system, first clone this repository to your local machine using the following command:
git clone https://github.com/daparasyte/Wikipedia_QnA.git
  1. Next, navigate to the project directory
cd Wikipedia_QnA
  1. Install the necessary dependencies using pip:
pip install -r requirements.txt

Usage

The Wikipedia Question Answering system can be run using the app.py script. You can run the script using the following command:

streamlit run app.py

The system will use the RoBERTa model and HTML parsing to retrieve the most relevant information from Wikipedia and provide an answer to your question. You just need to provide the Wikipedia article link and the question you want to ask to the model.

image

About

QA app which uses Wikipedia articles to answer your questions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages