SmartSort-CAM/ ├── app/ # REST API handler │ └── main.py # Inference API client (calls FastAPI endpoint) │ ├── cv_pipeline/ # Core CV logic │ └── inference.py # Model loading, Grad-CAM, and FastAPI ...