Skip to content

Web app generating multiple-choice questions using distractors.

License

Notifications You must be signed in to change notification settings

KristiyanVachev/QGT-FrontEnd

Repository files navigation

Question Generation Web App

This is a simple Angular web application used to demonstrate the work of the Question-Generation-Transformers repository. It accepts the given paragraph along with the desired number of questions and outputs each generated question with the ability to redact them (shown below). The algorithm is exposing a simple REST API using flask which is consumed by the web app.

question generation process

Installation and running

After you have installed node.js, install the packages using

npm install

Then after you have launched the Question-Generation-Transformers REST API, run the application using

ng serve --open

About

Web app generating multiple-choice questions using distractors.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published