Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 📺 YouTube Trends Analysis Dashboard
|
| 2 |
|
| 3 |
A Gradio-powered dashboard that uses the YouTube Data API v3 to surface recently created channels that already meet monetization thresholds. Analyse niches, content formats, engagement metrics, and trending keywords for fast-growing newcomers.
|
|
@@ -63,4 +75,4 @@ youtube_trends_dashboard/
|
|
| 63 |
- Monetization detection uses heuristics; adjust thresholds in `MonetizationThresholds` as required.
|
| 64 |
- When analysis returns no results, the UI surfaces clear error messages to help refine the query.
|
| 65 |
|
| 66 |
-
Enjoy exploring the latest monetized trends on YouTube! 🎉
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
title: YouTube Trends Analysis Dashboard
|
| 4 |
+
sdk: gradio
|
| 5 |
+
emoji: 💻
|
| 6 |
+
colorFrom: pink
|
| 7 |
+
colorTo: purple
|
| 8 |
+
thumbnail: >-
|
| 9 |
+
https://cdn-uploads.huggingface.co/production/uploads/6479c45bc42a44cf4c160d68/FPEmHIsLEHU1Dy94NbKds.jpeg
|
| 10 |
+
short_description: A Gradio-powered dashboard that uses the YouTube Data API v3
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# 📺 YouTube Trends Analysis Dashboard
|
| 14 |
|
| 15 |
A Gradio-powered dashboard that uses the YouTube Data API v3 to surface recently created channels that already meet monetization thresholds. Analyse niches, content formats, engagement metrics, and trending keywords for fast-growing newcomers.
|
|
|
|
| 75 |
- Monetization detection uses heuristics; adjust thresholds in `MonetizationThresholds` as required.
|
| 76 |
- When analysis returns no results, the UI surfaces clear error messages to help refine the query.
|
| 77 |
|
| 78 |
+
Enjoy exploring the latest monetized trends on YouTube! 🎉
|