jonathanagustin
commited on
Commit
•
fdbdd59
1
Parent(s):
c4cb2d4
add repo card
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Object Detection in Live YouTube Streams
|
2 |
|
3 |
## Project Status: Active
|
|
|
1 |
+
---
|
2 |
+
title: "Real-time Object Detection in YouTube Streams"
|
3 |
+
emoji: 🎥
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
+
sdk: gradio
|
7 |
+
python_version: "3.8"
|
8 |
+
sdk_version: "4.7.1"
|
9 |
+
app_file: "app.py"
|
10 |
+
tags:
|
11 |
+
- live-video
|
12 |
+
- object-detection
|
13 |
+
- YOLO
|
14 |
+
- YouTube
|
15 |
+
- gradio
|
16 |
+
models:
|
17 |
+
- yolov8x
|
18 |
+
datasets:
|
19 |
+
- HuggingFaceM4/COCO
|
20 |
+
---
|
21 |
# Object Detection in Live YouTube Streams
|
22 |
|
23 |
## Project Status: Active
|