Skip to content

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

Notifications You must be signed in to change notification settings

gift-exe/wonder-q-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages