Spaces:
Sleeping
Sleeping
File size: 577 Bytes
9691380 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | ---
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 |
|