Question-Generator / README.md
Awab-Elsadig's picture
feat: add Latest Saved inspector page + OCR fallback + Docker setup
9691380
|
Raw
History Blame Contribute Delete
577 Bytes
---
title: EduVerse Question Generator
emoji: πŸ“š
colorFrom: blue
colorTo: green
sdk: docker
app_port: 7860
pinned: false
---
# EduVerse Question Generator
Extracts and structures questions from textbook PDFs using Gemini AI, then saves them directly to the EduVerse question bank.
## Setup
Set the following environment variables in Space Settings β†’ Variables:
| Variable | Description |
|---|---|
| `GOOGLE_API_KEY` | Gemini API key |
| `EDUVERSE_API_URL` | EduVerse backend URL |
| `EDUVERSE_EMAIL` | Instructor email |
| `EDUVERSE_PASSWORD` | Instructor password |