# ✅ FastAPI core dependencies fastapi uvicorn[standard] # ✅ Database & ORM sqlalchemy asyncpg psycopg2-binary # ✅ Data validation & environment pydantic python-dotenv python-multipart # ✅ Authentication & password hashing passlib[bcrypt] python-jose[cryptography] bcrypt==3.1.7 # ✅ Scheduling tasks apscheduler # ✅ Image processing & visualization opencv-python supervision pillow # 🔍 Optional: Deep Learning dependencies (uncomment if needed) rfdetr # torch==2.0.1+cu118 # torchvision==0.15.2+cu118 # torchaudio==2.0.2+cu118 # ultralytics==8.0.216 # To install PyTorch with CUDA 11.8 support, use: # pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118