--- 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