Database / README.md
AbdulWahab14's picture
Update README.md
203621b verified
---
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