Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 735 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 735 Bytes

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