{"id":23201568,"url":"https://github.com/allan7yin/gpt-mircoservice","last_synced_at":"2026-04-30T15:32:27.671Z","repository":{"id":162643821,"uuid":"637147914","full_name":"allan7yin/gpt-Mircoservice","owner":"allan7yin","description":"Quiz Generation Application - GPT Microservice ","archived":false,"fork":false,"pushed_at":"2023-06-12T01:31:36.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T09:40:56.834Z","etag":null,"topics":["flask","openai-api","rabbitmq"],"latest_commit_sha":null,"homepage":"","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/allan7yin.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-06T16:50:03.000Z","updated_at":"2023-06-21T21:06:13.000Z","dependencies_parsed_at":"2023-07-24T14:17:14.133Z","dependency_job_id":null,"html_url":"https://github.com/allan7yin/gpt-Mircoservice","commit_stats":null,"previous_names":["allan7yin/gpt-mircoservice"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/allan7yin/gpt-Mircoservice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allan7yin%2Fgpt-Mircoservice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allan7yin%2Fgpt-Mircoservice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allan7yin%2Fgpt-Mircoservice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allan7yin%2Fgpt-Mircoservice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allan7yin","download_url":"https://codeload.github.com/allan7yin/gpt-Mircoservice/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allan7yin%2Fgpt-Mircoservice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32469344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["flask","openai-api","rabbitmq"],"created_at":"2024-12-18T15:15:49.682Z","updated_at":"2026-04-30T15:32:27.655Z","avatar_url":"https://github.com/allan7yin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuizGPT \n\n## What is this\nFun application that generates quizes via OpenAI `text-davinci-003` model. Application built using Flask framework connected to local SQLite Database. \n\nThis repo has been updated to work with `Python v3.9` and up.\n\n## Prerequisites \nSign up for [OpenAI](https://openai.com) and get your secret key. This is rotated periodically so needs to be updated. It is recommended to use a Python Virtual Environment.\n\n## How To Run\n1. Install Python \u003e= 3.8. Below is for MacOS:\n```\n$ brew install Python@3.9\n```\n2. Enter Python Vritual Environment (Example shown below, e.g open a terminal in the project root directory and run):\n```\n$ virtualenv env\n```\n3. Then enter the virtual environment:\n```\n$ source env/bin/activate\n```\n4. Then install the dependencies:\n```\n$ (env) pip install -r requirements.txt\n```\n5. Finally start the web server:\n```\n$ (env) flask run\n```\n\nThis server will start on port 5000 by default. You can change this in `app.py` by changing the following line to this:\n\n```python\nif __name__ == \"__main__\":\n    app.run(debug=True, port=\u003cdesired port\u003e)\n```\n\n## Next Steps\n- Allow for multiple Quizes to exist at one time, able to visit \"my quizes\"\n- Polish UI\n- Allow for downloading into local file from site\n- Implement a RabbitMQ features \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallan7yin%2Fgpt-mircoservice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallan7yin%2Fgpt-mircoservice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallan7yin%2Fgpt-mircoservice/lists"}