Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# YouTube Competitor Analysis (Global)
|
| 2 |
|
| 3 |
This application analyzes competitor YouTube channels and detects global trending clusters of people mentioned in videos using Gemini (Google Generative AI) and the YouTube Data API.
|
|
@@ -59,4 +69,4 @@ After applying keys you can use:
|
|
| 59 |
- Pre-fill UI inputs from environment variables for dev convenience.
|
| 60 |
- Add unit tests to mock Gemini/YouTube clients and verify wiring.
|
| 61 |
|
| 62 |
-
If you'd like one of those, tell me which and I will implement it.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
title: YouTube Competitor Analysis
|
| 4 |
+
sdk: gradio
|
| 5 |
+
emoji: 🚀
|
| 6 |
+
colorFrom: red
|
| 7 |
+
colorTo: yellow
|
| 8 |
+
pinned: false
|
| 9 |
+
short_description: This application analyzes competitor YouTube channels and de
|
| 10 |
+
---
|
| 11 |
# YouTube Competitor Analysis (Global)
|
| 12 |
|
| 13 |
This application analyzes competitor YouTube channels and detects global trending clusters of people mentioned in videos using Gemini (Google Generative AI) and the YouTube Data API.
|
|
|
|
| 69 |
- Pre-fill UI inputs from environment variables for dev convenience.
|
| 70 |
- Add unit tests to mock Gemini/YouTube clients and verify wiring.
|
| 71 |
|
| 72 |
+
If you'd like one of those, tell me which and I will implement it.
|