Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +0 -7
requirements.txt
CHANGED
@@ -1,11 +1,4 @@
|
|
1 |
# πΈ Rockin' essentials for our YOLOv12 jam session π΅
|
2 |
-
streamlit # π₯οΈ The slick UI maestro spinning our app vibes
|
3 |
-
ultralytics # π΅οΈββοΈ YOLO power pack for object-detecting wizardry
|
4 |
-
opencv-python # π₯ Video voodoo and image sorcery in one
|
5 |
-
pillow # πΌοΈ Picture-perfect pillow for comfy image handling
|
6 |
-
|
7 |
-
# πΈ Rockin' essentials for our YOLOv12 jam session π΅
|
8 |
-
|
9 |
streamlit # π₯οΈ The slick UI maestro spinning our app vibes
|
10 |
ultralytics # π΅οΈββοΈ YOLO power pack for object-detecting wizardry
|
11 |
opencv-python==4.9.0.80 # π₯ Video voodoo and image sorcery in one
|
|
|
1 |
# πΈ Rockin' essentials for our YOLOv12 jam session π΅
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
streamlit # π₯οΈ The slick UI maestro spinning our app vibes
|
3 |
ultralytics # π΅οΈββοΈ YOLO power pack for object-detecting wizardry
|
4 |
opencv-python==4.9.0.80 # π₯ Video voodoo and image sorcery in one
|