{"id":24264940,"url":"https://github.com/simoncwang/ragquiz","last_synced_at":"2025-07-19T12:36:51.414Z","repository":{"id":266716520,"uuid":"899140012","full_name":"simoncwang/RAGQuiz","owner":"simoncwang","description":"A personalized quiz system using retrieval augmented generation.","archived":false,"fork":false,"pushed_at":"2025-01-08T22:44:44.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-08T23:46:05.072Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/simoncwang.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":"2024-12-05T17:37:17.000Z","updated_at":"2025-01-08T22:44:47.000Z","dependencies_parsed_at":"2024-12-05T18:33:52.529Z","dependency_job_id":"7cffecd0-aad9-41bd-b98a-8af8ff904bd1","html_url":"https://github.com/simoncwang/RAGQuiz","commit_stats":null,"previous_names":["simoncwang/ragquiz"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simoncwang%2FRAGQuiz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simoncwang%2FRAGQuiz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simoncwang%2FRAGQuiz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simoncwang%2FRAGQuiz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simoncwang","download_url":"https://codeload.github.com/simoncwang/RAGQuiz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241943739,"owners_count":20046605,"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":"2025-01-15T09:53:27.754Z","updated_at":"2025-03-05T00:27:55.250Z","avatar_url":"https://github.com/simoncwang.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RAGQuiz\n\n[**🌐 Blog Post**](https://simoncwang.github.io/projects/personalrag.html)\n\nA personalized quiz system using retrieval augmented generation.\n\n## Instructions\n\nFirst, **clone this repository** to your local machine:\n\n    git clone https://github.com/simoncwang/RAGQuiz.git\n\nThen, **create a Python environment**\n\nConda:\n\n    conda create -n rag-quiz python=3.12\n\n**activate the environment** with\n\nConda:\n\n    conda activate rag-quiz\n\nNext, **install the required packages** with:\n\n    pip install -r requirements.txt\n\nFinally, **launch the app** by running:\n\n    python3 app.py\n\nwhich should launch a Gradio demo, follow the url given to the web app.\n\n## Usage\n\nBelow is a screenshot example of the UI, once running it will contain some instructions to use the app! (detailed instructions will be updated in the future)\n\n![Screenshot 2025-01-09 at 12 31 43 AM](https://github.com/user-attachments/assets/272b0d1f-e6f9-45d4-98f3-1981b1da25da)\n\nNOTE: You can submit multiple files to be stored in the system, and the generate quiz function will randomly select a file from your list to create a question! Files can be uploaded directly from your computer, OR through URL (content is scraped using Selenium).\n\n### Launching a public demo\n\nBy default, the app.py script launches a demo running on a local server. If you would like to create a share-able public link, on the last line of app.py add the \"share=True\" argument to the Gradio demo launch. This will create a link that lasts for 72 hours as long as you leave the script running, and can be shared with others.\n\n    demo.launch(server_name='0.0.0.0', share=True)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimoncwang%2Fragquiz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimoncwang%2Fragquiz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimoncwang%2Fragquiz/lists"}