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 : )
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
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