Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +24 -1
requirements.txt
CHANGED
@@ -2,4 +2,27 @@
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
12 |
+
pillow # ๐ผ๏ธ Picture-perfect pillow for comfy image handling
|
13 |
+
torch==2.2.2 # ๐ฅ The PyTorch heat bringing deep learning flames
|
14 |
+
torchvision==0.17.2 # ๐๏ธ Vision tools to paint your neural net dreams
|
15 |
+
timm==1.0.14 # ๐๏ธ Model zoo for when you need a wild pretrained beast
|
16 |
+
albumentations==2.0.4 # ๐จ Augmentation magic to twist your images funky
|
17 |
+
onnx==1.14.0 # โ๏ธ Model export wizardry for cross-platform jams
|
18 |
+
onnxruntime==1.15.1 # ๐โโ๏ธ Runtime rocket for ONNX model speed
|
19 |
+
pycocotools==2.0.7 # ๐๏ธ COCO dataset decoder for eval party time
|
20 |
+
PyYAML==6.0.1 # ๐ YAML parser for config file coolness
|
21 |
+
scipy==1.13.0 # ๐ฌ Science spice for math and signal tricks
|
22 |
+
gradio==4.44.1 # ๐ Alt UI groove for interactive web demos
|
23 |
+
psutil==5.9.8 # ๐ป System monitor to keep your rig in check
|
24 |
+
py-cpuinfo==9.0.0 # ๐ง CPU spy for hardware intel
|
25 |
+
huggingface-hub==0.23.2 # ๐ค Hugging Face hookup for model sharing vibes
|
26 |
+
safetensors==0.4.3 # ๐ Safe and speedy tensor loading
|
27 |
+
numpy==1.26.4 # ๐งฎ Number-crunching backbone of the operation
|
28 |
+
thop # ๐ Flops counter for model complexity swagger
|