Spaces:
Sleeping
Sleeping
File size: 1,542 Bytes
b56928c d4603b9 b56928c 80e4858 b56928c 80e4858 b56928c d4603b9 b56928c d4603b9 b56928c | 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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | ---
title: Student AI Suite
emoji: π
colorFrom: indigo
colorTo: purple
sdk: gradio
sdk_version: "6.6.0"
app_file: app.py
pinned: false
license: mit
short_description: AI-powered academic tools with user authentication
tags:
- education
- students
- essay
- pdf
- quiz
- translation
- urdu
- authentication
- ai
---
# π Student AI Suite
**AI-powered academic tools with secure user authentication**
A unified platform combining essay generation, PDF summarization, smart quizzes, and Urdu translation β all with a modern, professional interface and secure user accounts.
---
## β¨ Features
| Tool | Description | AI Model |
|------|-------------|----------|
| π **Essay Generator** | Create structured academic essays | Gemini 2.5 Flash |
| π **PDF Summarizer** | Extract and summarize PDF content | Gemini + DistilBART |
| π― **Smart Quiz** | Generate interactive quizzes from study material | Local NLP |
| π **Urdu Translator** | Professional English to Urdu translation | Llama 3.3 70B |
---
## π Authentication
### For Users
- **Free Registration**: Create your own account instantly
- **Secure Login**: Password-protected with session management
- **Personalized**: Your name displayed in the interface
### For Developers
- Hidden developer account: `admin`
- Set `DEV_PASSWORD` in environment variables
- Full access to all features
---
## π Getting Started
### 1. Clone the Space
```bash
git clone https://huggingface.co/spaces/YOUR_USERNAME/student-ai-suite
cd student-ai-suite |