Spaces:
Running
Running
File size: 722 Bytes
a044fee | 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 26 27 28 29 30 | ---
title: EduClone AI Portal
emoji: 🎓
colorFrom: blue
colorTo: green
sdk: docker
app_port: 7860
pinned: false
license: mit
---
# 🎓 EduClone AI — Exam Intelligence Portal
## Default Admin Login
- **Username:** `abdulqayyum`
- **Password:** `Admin@EduClone2025`
> ⚠️ Change `ADMIN_PASSWORD` in `auth.py` before going public.
## Roles
| Role | Access |
|---|---|
| **Admin** | Dashboard · User management · Activity log · Full MCQ tools |
| **User** | Upload MCQs · Format · Download Word / PDF / Excel |
## Files
- `Dockerfile` — forces Python 3.11, avoids audioop/pydub conflict
- `app.py` — Gradio portal
- `auth.py` — SQLite + bcrypt auth
- `mcq_engine.py` — MCQ parser and document builder
|