Added reference to source playground
Browse files
README.md
CHANGED
@@ -12,9 +12,11 @@ license: mit
|
|
12 |
|
13 |
# Yolo v8 Playground
|
14 |
|
|
|
|
|
15 |
This Streamlit application uses the Computer Vision Playground as its base and has modified the analyze_frame function, replacing the example face/sentiment detection with object detection.
|
16 |
|
17 |
-
To learn how to do the same yourself and start playing with computer vision models read [here](https://huggingface.co/spaces/eusholli/computer-vision-playground).
|
18 |
|
19 |
A massive thanks to [Ultralytics](https://docs.ultralytics.com/modes/track/#python-examples)
|
20 |
|
|
|
12 |
|
13 |
# Yolo v8 Playground
|
14 |
|
15 |
+
Based on https://huggingface.co/spaces/eusholli/computer-vision-playground.
|
16 |
+
|
17 |
This Streamlit application uses the Computer Vision Playground as its base and has modified the analyze_frame function, replacing the example face/sentiment detection with object detection.
|
18 |
|
19 |
+
To learn how to do the same yourself and start playing with computer vision models read [here](https://huggingface.co/spaces/eusholli/computer-vision-playground/blob/main/README.md).
|
20 |
|
21 |
A massive thanks to [Ultralytics](https://docs.ultralytics.com/modes/track/#python-examples)
|
22 |
|