Spaces:
Sleeping
Sleeping
| 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 | |
| - 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 |