Chand11 commited on
Commit
425bfa6
·
verified ·
1 Parent(s): ef3b4ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -11
README.md CHANGED
@@ -1,12 +1,14 @@
1
- ---
2
- title: Copilot CourseAI
3
- emoji: 🐢
4
- colorFrom: pink
5
- colorTo: indigo
6
- sdk: gradio
7
- sdk_version: 6.13.0
8
- app_file: app.py
9
- pinned: false
10
- ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Course Quality Tracker
 
 
 
 
 
 
 
 
 
2
 
3
+ A simple Gradio app to visualize course quality metrics (NPS, Completion Rate, Satisfaction, Instructor Rating, Content Quality).
4
+
5
+ ## Features
6
+ - Upload messy CSV/XLSX files (auto-detects header, cleans data).
7
+ - Computes composite Quality Score.
8
+ - Flags courses needing attention.
9
+ - Visualizes data with bar chart, heatmap, and radar chart.
10
+
11
+ ## Run locally
12
+ ```bash
13
+ pip install -r requirements.txt
14
+ python app.py