I'm testing out IBM Bob for the IBM July challenge and decided to spin up a quick assignment creator for myself since I am a private tutor.
This project uses the OpenAI SDK and make sure to configure your venv by doing pip install -r requirements.txt
Through a combination of your curriculum, lesson plan, and virtual whiteboard (all in pdf form), I route the inputs to an LLM to create a short assignment.
To start the app, run
uvicorn backend.main:app --reloadand drag index.html into your browswer.