Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# 🎸 Rockin' essentials for our YOLOv12 jam session 🎵
|
2 |
+
|
3 |
+
streamlit # 🖥️ The slick UI maestro spinning our app vibes
|
4 |
+
ultralytics # 🕵️♂️ YOLO power pack for object-detecting wizardry
|
5 |
+
opencv-python # 🎥 Video voodoo and image sorcery in one
|
6 |
+
pillow # 🖼️ Picture-perfect pillow for comfy image handling
|