Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,44 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# π ThutoAI - Complete Student Assistant
|
| 2 |
+
|
| 3 |
+
ThutoAI is a comprehensive AI-powered student assistant that combines intelligent chat capabilities with complete school management features.
|
| 4 |
+
|
| 5 |
+
## π Features
|
| 6 |
+
|
| 7 |
+
### For Students:
|
| 8 |
+
- **π€ AI Chat Assistant**: Context-aware conversations with school data integration
|
| 9 |
+
- **π Student Dashboard**: Overview of academic information
|
| 10 |
+
- **π’ Announcements**: Latest school news and updates
|
| 11 |
+
- **π Exams & Tests**: Upcoming assessments and deadlines
|
| 12 |
+
- **π Grades**: Academic performance tracking
|
| 13 |
+
- **π Syllabus**: Course content and learning objectives
|
| 14 |
+
- **π
Timetable**: Class schedules and teacher information
|
| 15 |
+
|
| 16 |
+
### For Administrators:
|
| 17 |
+
- **π Secure Admin Panel**: Complete school content management
|
| 18 |
+
- **π’ Announcement Management**: Create and manage school announcements
|
| 19 |
+
- **π Syllabus Management**: Add course content, topics, and resources
|
| 20 |
+
- **π
Timetable Management**: Create class schedules with teacher assignments
|
| 21 |
+
- **π Dashboard**: School statistics and overview
|
| 22 |
+
|
| 23 |
+
## π Quick Start
|
| 24 |
+
|
| 25 |
+
### Admin Access:
|
| 26 |
+
- **URL**: `/admin/login`
|
| 27 |
+
- **Username**: `admin`
|
| 28 |
+
- **Password**: `admin123`
|
| 29 |
+
|
| 30 |
+
### Student Access:
|
| 31 |
+
- **URL**: `/` (main page)
|
| 32 |
+
- No login required - direct access to all student features
|
| 33 |
+
|
| 34 |
+
## π Technical Stack
|
| 35 |
+
|
| 36 |
+
- **Backend**: Python Flask
|
| 37 |
+
- **AI**: OpenAI GPT-3.5-turbo
|
| 38 |
+
- **Database**: SQLite
|
| 39 |
+
- **Frontend**: HTML, CSS, JavaScript
|
| 40 |
+
- **Deployment**: Hugging Face Spaces
|
| 41 |
+
|
| 42 |
+
## π Environment Variables
|
| 43 |
+
|
| 44 |
+
Set the following environment variable in your Hugging Face Space:
|