Spaces:
Running
Running
File size: 1,402 Bytes
393ebfe 3f6bf58 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# ๐ธ Rockin' essentials for our YOLOv12 jam session ๐ต streamlit # ๐ฅ๏ธ The slick UI maestro spinning our app vibes ultralytics # ๐ต๏ธโโ๏ธ YOLO power pack for object-detecting wizardry opencv-python==4.9.0.80 # ๐ฅ Video voodoo and image sorcery in one pillow # ๐ผ๏ธ Picture-perfect pillow for comfy image handling torch==2.2.2 # ๐ฅ The PyTorch heat bringing deep learning flames torchvision==0.17.2 # ๐๏ธ Vision tools to paint your neural net dreams timm==1.0.14 # ๐๏ธ Model zoo for when you need a wild pretrained beast albumentations==2.0.4 # ๐จ Augmentation magic to twist your images funky onnx==1.14.0 # โ๏ธ Model export wizardry for cross-platform jams onnxruntime==1.15.1 # ๐โโ๏ธ Runtime rocket for ONNX model speed pycocotools==2.0.7 # ๐๏ธ COCO dataset decoder for eval party time PyYAML==6.0.1 # ๐ YAML parser for config file coolness scipy==1.13.0 # ๐ฌ Science spice for math and signal tricks gradio==4.44.1 # ๐ Alt UI groove for interactive web demos psutil==5.9.8 # ๐ป System monitor to keep your rig in check py-cpuinfo==9.0.0 # ๐ง CPU spy for hardware intel huggingface-hub==0.23.2 # ๐ค Hugging Face hookup for model sharing vibes safetensors==0.4.3 # ๐ Safe and speedy tensor loading numpy==1.26.4 # ๐งฎ Number-crunching backbone of the operation thop # ๐ Flops counter for model complexity swagger |