Spaces:
Running
Running
Joshua Lochner
commited on
Commit
·
0e3177b
1
Parent(s):
4f980b5
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,14 @@
|
|
| 1 |
---
|
| 2 |
title: Sponsorblock ML
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: streamlit
|
| 7 |
app_file: app.py
|
| 8 |
-
pinned:
|
| 9 |
---
|
| 10 |
|
| 11 |
# SponsorBlock-ML
|
| 12 |
-
Automatically detect in-video YouTube sponsorships, self/unpaid promotions, and interaction reminders. The model was trained
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: Sponsorblock ML
|
| 3 |
+
emoji: 🤖
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: streamlit
|
| 7 |
app_file: app.py
|
| 8 |
+
pinned: true
|
| 9 |
---
|
| 10 |
|
| 11 |
# SponsorBlock-ML
|
| 12 |
+
Automatically detect in-video YouTube sponsorships, self/unpaid promotions, and interaction reminders. The model was trained using the [SponsorBlock](https://sponsor.ajay.app/) [database](https://sponsor.ajay.app/database) licensed used under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/).
|
| 13 |
+
|
| 14 |
+
Check out the demo application by visiting [https://xenova.github.io/sponsorblock-ml/](https://xenova.github.io/sponsorblock-ml/).
|