# Queen Bee Detector - AI Model Requirements # Core ML frameworks torch>=2.0.0 torchvision>=0.15.0 ultralytics>=8.0.0 # YOLOv8 onnx>=1.14.0 onnxruntime>=1.15.0 # Image processing opencv-python>=4.8.0 Pillow>=10.0.0 albumentations>=1.3.1 # Data handling numpy>=1.24.0 pandas>=2.0.0 scikit-learn>=1.3.0 # Visualization matplotlib>=3.7.0 seaborn>=0.12.0 plotly>=5.15.0 # Utilities tqdm>=4.65.0 pyyaml>=6.0 python-dotenv>=1.0.0 # Mobile export coremltools>=7.0 # For iOS export (macOS only) tensorflow>=2.13.0 # For TFLite export # Development jupyter>=1.0.0 ipywidgets>=8.0.0