Skip to content

Bachelors degree on Computer Science final thesis. Creating a Python API to generate multiple-choice questions from knowledge graphs.

Notifications You must be signed in to change notification settings

emiliocortina/quizgen

Repository files navigation

Automatic generation of multiple-choice questions using knowledge graphs

Description

See attached PDF file Automatic generation of multiple choice questions using knowledge graphs.pdf

Create a virtual environment

Command line

Navigate into quizgen folder

cd quizgen

To install dependencies locally instead of globally, in linux/mac run:

python3 -m venv .venv
source .venv/bin/activate

Install dependencies

pip install -r requirements.txt

Run

export FLASK_APP=app
flask run

Test

python -m pytest

Links

Wikidata

Python tools

Other links

Problemas: Moncayo continente: Europa (Jupiter) https://www.wikidata.org/wiki/Q690347 continente california

About

Bachelors degree on Computer Science final thesis. Creating a Python API to generate multiple-choice questions from knowledge graphs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages