KristiyanVachev / QGT-FrontEnd

Web app generating multiple-choice questions using distractors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:TypeScript 62.9%Language:HTML 19.0%Language:JavaScript 9.3%Language:CSS 8.8%