jonathanagustin
commited on
Commit
•
b4b175b
1
Parent(s):
6eb6415
Update README.md
Browse files
README.md
CHANGED
@@ -1,22 +1,22 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🎥
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
7 |
-
python_version:
|
8 |
-
sdk_version:
|
9 |
-
app_file:
|
10 |
tags:
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
models:
|
17 |
-
|
18 |
datasets:
|
19 |
-
|
20 |
---
|
21 |
# Object Detection in Live YouTube Streams
|
22 |
|
@@ -72,4 +72,4 @@ This project is licensed under the MIT License - see the LICENSE.md file for det
|
|
72 |
|
73 |
- **Professor Roozbeh Sadeghian**: Our advisor, for invaluable guidance and mentorship.
|
74 |
- **Professor Ebrahim Tarshizi**: The Academic Director for the Applied Artificial Intelligence (AAI) program, for contributions to program structure and academic enrichment.
|
75 |
-
- **The Applied Artificial Intelligence Program at the University of San Diego**: For essential support and resources.
|
|
|
1 |
---
|
2 |
+
title: Object Detection in Live YouTube Streams
|
3 |
emoji: 🎥
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
7 |
+
python_version: '3.8'
|
8 |
+
sdk_version: 4.44.0
|
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 |
|
|
|
72 |
|
73 |
- **Professor Roozbeh Sadeghian**: Our advisor, for invaluable guidance and mentorship.
|
74 |
- **Professor Ebrahim Tarshizi**: The Academic Director for the Applied Artificial Intelligence (AAI) program, for contributions to program structure and academic enrichment.
|
75 |
+
- **The Applied Artificial Intelligence Program at the University of San Diego**: For essential support and resources.
|