# 🎸 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