awacke1 commited on
Commit
3f6bf58
ยท
verified ยท
1 Parent(s): 154935c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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