An open API service indexing awesome lists of open source software.

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

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 ('^_^)