├── api/ # Backend folder │ ├── __init__.py │ ├── config.py # Configuration settings for the API │ ├── main.py # FastAPI entry point for backend │ ├── core.py # YOLO model loading and prediction │ ├── ...