https://github.com/kristiyanvachev/qgt-frontend
Web app generating multiple-choice questions using distractors.
https://github.com/kristiyanvachev/qgt-frontend
angular multiple-choice quesiton-generation
Last synced: 6 months ago
JSON representation
Web app generating multiple-choice questions using distractors.
- Host: GitHub
- URL: https://github.com/kristiyanvachev/qgt-frontend
- Owner: KristiyanVachev
- License: mit
- Created: 2021-10-24T20:02:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-15T16:57:18.000Z (about 3 years ago)
- Last Synced: 2023-08-06T17:52:51.485Z (almost 2 years ago)
- Topics: angular, multiple-choice, quesiton-generation
- Language: TypeScript
- Homepage:
- Size: 828 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Question Generation Web App
This is a simple Angular web application used to demonstrate the work of the [Question-Generation-Transformers](https://github.com/KristiyanVachev/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.

## Installation and running
After you have installed node.js, install the packages usingnpm install
Then after you have launched the [Question-Generation-Transformers](https://github.com/KristiyanVachev/Question-Generation-Transformers) REST API, run the application using
ng serve --open