Update README.md
Browse files
README.md
CHANGED
|
@@ -1,39 +1,18 @@
|
|
| 1 |
-
# 🏷️ Trending Jobs Tracker 🔥
|
| 2 |
-
|
| 3 |
-
A lightweight **Gradio web app** for monitoring and analyzing “trending” job entries, complete with collaboration tagging, export capability, and 30‑day visual analytics.
|
| 4 |
-
|
| 5 |
---
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
-
|
| 17 |
-
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
- The “Collaborated Tag (editable)” column can be updated inline and persisted locally (`collab_edits.csv`).
|
| 21 |
-
|
| 22 |
-
🔹 **Export & Search**
|
| 23 |
-
- Generate downloadable Excel summaries (`trending_summary.xlsx`).
|
| 24 |
-
- Quick search by Job ID or Ad Title.
|
| 25 |
-
|
| 26 |
-
🔹 **Visual Analytics (Last 30 Days)**
|
| 27 |
-
- 📊 **Top Trending Tags**
|
| 28 |
-
- 👩💻 **Most Active Moderators**
|
| 29 |
-
- 📆 **Activity Over Time**
|
| 30 |
-
- Charts use interactive Plotly visuals.
|
| 31 |
-
|
| 32 |
---
|
| 33 |
|
| 34 |
-
#
|
| 35 |
-
|
| 36 |
-
### Clone or Download
|
| 37 |
-
```bash
|
| 38 |
-
git clone <your_repo_url>
|
| 39 |
-
cd trending-jobs-tracker
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Trending Jobs Tracker 🔥
|
| 3 |
+
emoji: 🔥
|
| 4 |
+
colorFrom: yellow
|
| 5 |
+
colorTo: red
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 4.36.1
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
+
tags:
|
| 12 |
+
- analytics
|
| 13 |
+
- jobs
|
| 14 |
+
- dashboard
|
| 15 |
+
- visualization
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
+
# 🏷️ Trending Jobs Tracker 🔥
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|