{"id":20929396,"url":"https://github.com/cognitive-engineering-lab/quizicist","last_synced_at":"2025-05-13T18:32:27.563Z","repository":{"id":65310886,"uuid":"531528543","full_name":"cognitive-engineering-lab/quizicist","owner":"cognitive-engineering-lab","description":"AI-powered quiz generator","archived":false,"fork":false,"pushed_at":"2023-05-17T19:47:05.000Z","size":6843,"stargazers_count":27,"open_issues_count":2,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-10T16:07:49.258Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://quizici.st","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cognitive-engineering-lab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-01T13:19:54.000Z","updated_at":"2025-02-15T13:10:58.000Z","dependencies_parsed_at":"2023-02-18T20:30:41.483Z","dependency_job_id":null,"html_url":"https://github.com/cognitive-engineering-lab/quizicist","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitive-engineering-lab%2Fquizicist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitive-engineering-lab%2Fquizicist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitive-engineering-lab%2Fquizicist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cognitive-engineering-lab%2Fquizicist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cognitive-engineering-lab","download_url":"https://codeload.github.com/cognitive-engineering-lab/quizicist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254003380,"owners_count":21997876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-18T21:19:16.210Z","updated_at":"2025-05-13T18:32:25.717Z","avatar_url":"https://github.com/cognitive-engineering-lab.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quizicist: an AI-powered quiz generator\n\n## Getting started\nWant to quickly generate a quiz? Visit our hosted Quizicist instance at [quizici.st](https://quizici.st). With a piece of text content (eg. a textbook or lecture notes), Quizicist can generate a quiz in minutes. Once you review the questions and mark answers as correct or incorrect, you can export the quiz to Google Forms, [mdbook-quiz](https://github.com/cognitive-engineering-lab/mdbook-quiz), or plain text.\n\n## Running Quizicist locally\nRunning into rate limits at [quizici.st](https://quizici.st)? Quizicist can be deployed locally with the following instructions:\n\n### Environment variables\nYou'll need to create a `.env` file in the root of the project with the following key-value pair:\n```\nOPENAI_SECRET_KEY=\u003cyour openai API key\u003e\n```\n\n### Dependencies\nYou'll also need to install dependencies:\n```shell\n$ cd lib \u0026\u0026 pip3 install -e . \u0026\u0026 cd ..\n$ cd site \u0026\u0026 pip3 install -r requirements.txt\n$ cd frontend \u0026\u0026 npm install --legacy-peer-deps\n```\n\n### Database\nWhen developing/running locally, we use SQLite to store generated items:\n```shell\n$ cd site\n$ python3 create_db.py # set up local sqlite database\n```\n\n### Running the server + frontend\nIn one shell:\n```shell\n$ cd site\n$ flask --app backend/main --debug run --port 5000 # run server in debug mode\n```\n\nIn another shell:\n```shell\n$ cd site/frontend \u0026\u0026 npm run dev -- --port 3000\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcognitive-engineering-lab%2Fquizicist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcognitive-engineering-lab%2Fquizicist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcognitive-engineering-lab%2Fquizicist/lists"}