An AI-powered backend system that ingests educational PDFs, generates quiz questions using Groq (LLaMA 3.3 70B), stores them in a SQLite database, and serves them through a REST API with adaptive ...
A backend system that ingests educational PDFs, extracts structured content, generates quiz questions using an LLM, and serves an adaptive quiz API. peblo-quiz-engine/ ├── app/ │ ├── main.py # FastAPI ...