Spaces:
Runtime error
Runtime error
chih.yikuan commited on
Commit ยท
d439ceb
1
Parent(s): 2a21b93
docs: update README.md with ClassLens content instead of ChatKit templates
Browse files
README.md
CHANGED
|
@@ -1,17 +1,66 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
| 4 |
sdk: static
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
short_description: classlens
|
| 9 |
---
|
| 10 |
-
# OpenAI ChatKit Starter Templates
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
-
|
| 17 |
-
- [**Managed ChatKit**](managed-chatkit) โ example of a managed ChatKit integration with hosted workflows.
|
|
|
|
| 1 |
---
|
| 2 |
+
title: ClassLens
|
| 3 |
+
emoji: ๐
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: pink
|
| 6 |
sdk: static
|
| 7 |
+
app_file: backend/static/report-template.html
|
| 8 |
+
license: mit
|
| 9 |
+
short_description: AI-powered exam analysis that transforms Google Form quiz responses into beautiful, actionable reports for teachers.
|
|
|
|
| 10 |
---
|
|
|
|
| 11 |
|
| 12 |
+
# ๐ ClassLens
|
| 13 |
+
|
| 14 |
+
**AI-powered exam analysis that transforms Google Form quiz responses into beautiful, actionable reports for teachers.**
|
| 15 |
+
|
| 16 |
+
## โจ Features
|
| 17 |
+
|
| 18 |
+
- ๐ **Google Forms Integration**: Paste your Google Form response sheet URL
|
| 19 |
+
- ๐ **Automatic Grading**: Compare student answers to your answer key
|
| 20 |
+
- ๐ **Visual Statistics**: Interactive charts showing score distribution and per-question accuracy
|
| 21 |
+
- ๐ฏ **Detailed Explanations**: Bilingual (English + ไธญๆ) explanations for each question
|
| 22 |
+
- ๐ฅ **Peer Learning Groups**: AI-suggested groupings for collaborative learning
|
| 23 |
+
- ๐ง **Email Reports**: Send beautiful HTML reports directly to your inbox
|
| 24 |
+
- ๐จ **Beautiful Reports**: Dark theme with Chart.js visualizations
|
| 25 |
+
|
| 26 |
+
## ๐ How to Use
|
| 27 |
+
|
| 28 |
+
1. **Paste your Google Form URL** (the response spreadsheet, not the form itself)
|
| 29 |
+
2. **Provide your email** (for receiving the report)
|
| 30 |
+
3. **Optionally add answer key** if not embedded in the form
|
| 31 |
+
4. **Click analyze** and watch the AI work!
|
| 32 |
+
|
| 33 |
+
## ๐ Privacy
|
| 34 |
|
| 35 |
+
- Student names are displayed in full in reports for internal teacher use
|
| 36 |
+
- No data is stored permanently
|
| 37 |
+
- OAuth tokens are encrypted
|
| 38 |
+
|
| 39 |
+
## ๐ ๏ธ Tech Stack
|
| 40 |
+
|
| 41 |
+
- **Frontend**: React + Vite + TailwindCSS
|
| 42 |
+
- **Backend**: FastAPI + OpenAI ChatKit
|
| 43 |
+
- **Charts**: Chart.js
|
| 44 |
+
- **AI**: GPT-4.1-mini
|
| 45 |
+
|
| 46 |
+
## ๐ Example Report Sections
|
| 47 |
+
|
| 48 |
+
### ๐ Q&A Analysis (้ก็ฎ่ฉณ่งฃ)
|
| 49 |
+
- Reading passages with highlighted key terms
|
| 50 |
+
- Per-question explanations with concept tags
|
| 51 |
+
- Common mistakes and solving strategies
|
| 52 |
+
|
| 53 |
+
### ๐ Statistics (ๆ็ธพ็ตฑ่จ)
|
| 54 |
+
- Score distribution bar chart
|
| 55 |
+
- Question accuracy doughnut chart
|
| 56 |
+
- Individual student performance table
|
| 57 |
+
|
| 58 |
+
### ๐ฉโ๐ซ Teacher Insights (ๆๅธซๅปบ่ญฐ)
|
| 59 |
+
- Overall performance analysis
|
| 60 |
+
- Teaching recommendations
|
| 61 |
+
- AI prompt for next quiz generation
|
| 62 |
+
- Individual student support suggestions
|
| 63 |
+
|
| 64 |
+
---
|
| 65 |
|
| 66 |
+
Built with โค๏ธ by [taboola-cz](https://huggingface.co/taboola-cz) for educators
|
|
|