Spaces:
Sleeping
Sleeping
File size: 1,282 Bytes
30ce828 203621b 30ce828 203621b 30ce828 203621b | 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 | ---
title: Database
emoji: π
colorFrom: red
colorTo: red
sdk: gradio
sdk_version: "6.6.0"
app_file: app.py
pinned: false
license: mit
short_description: AI academic tools with SQLite database & user authentication
tags:
- education
- students
- essay
- pdf
- quiz
- translation
- urdu
- authentication
- database
- sqlite
---
# π Student AI Suite
**AI-powered academic platform with persistent user database**
A complete student productivity suite featuring essay generation, PDF summarization, smart quizzes, and Urdu translation β all with secure user accounts and persistent data storage.
---
## ποΈ Database Features
| Feature | Technology | Description |
|---------|-----------|-------------|
| **SQLite Database** | `sqlite3` | Persistent local storage |
| **User Accounts** | SHA-256 + Salt | Secure password hashing |
| **Sessions** | Token-based | 24-hour secure sessions |
| **Activity Logging** | Analytics-ready | Track usage (optional) |
| **Preferences** | Per-user | Default settings storage |
---
## π Database Schema
### Tables
```sql
users # User accounts & profiles
sessions # Active login sessions
activity_logs # Usage analytics (optional)
user_preferences # Personal default settings |