https://github.com/gift-exe/wonder-q-api
AI powered API for generating personalised study questions. All you have to do is to pass in your course material as a PDF file, and then question would be generated based on its content
https://github.com/gift-exe/wonder-q-api
ai python3 question-generation study
Last synced: about 2 months ago
JSON representation
AI powered API for generating personalised study questions. All you have to do is to pass in your course material as a PDF file, and then question would be generated based on its content
- Host: GitHub
- URL: https://github.com/gift-exe/wonder-q-api
- Owner: gift-exe
- License: apache-2.0
- Created: 2023-04-10T10:58:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T22:20:32.000Z (about 1 year ago)
- Last Synced: 2025-06-01T19:19:03.520Z (4 months ago)
- Topics: ai, python3, question-generation, study
- Language: Python
- Homepage:
- Size: 7.08 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brief Brief
So basically, you can generate personalized study questions from your course work, all you have to do is to pass in your course material, like pdf, or word document : )#### How to run
Step 1: create environment -> `python -m venv env`
Step 2: activate environment -> `source env/bin/activate`
Step 3: install requirements -> `pip install requirements.txt`
Step 4: Run server -> `uvicorn api.main:app --reload`# To Run
You can use postman, or curl (lol) or your prefered method of sending https requests
You can view the API docs at `http://127.0.0.1:8000/docs`### This is a link to a webapp codebase created for this API, courtesy of Astro godszn ('^_^)