Skip to content

xmpuspus/auto-question-generation

Repository files navigation

Auto-Question Generation Web Application

Author: Xavier M. Puspus

Description

I used a BERT wrapper based off of this paper. I built a web application that generates questions and possible answers from plain text or from text parsed from a website.

Deployment Through Web Application

I used the most recently released API of Streamlit to deploy the ml model and locally serve the web app.

Running the App

In order to run the app, you must have text2text available on your machine, and install streamlit using:

foo@bar:~$ pip install streamlit

Afterwards, cd into the directory of app.py and run this on the terminal:

foo@bar:~$ streamlit run app.py

Display

The web app should look something like this:

Sample image of the question generator web application.

About

Automatically generate a set of questions and a possible answer from input text/URL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors