Spaces:
Running
Running
Commit History
feat(ml): integrate new 120-class dog breed classifier model (ViT-Large) via HF Hub download 607bdb9
Update app.py 8e72a66 verified
fix: formatar nome de raca no /classify-image (remover prefixo Stanford Dogs) 472a86a verified
Update app.py b07d8e9 verified
Improve breed label resolution via id2label with name normalization 7ab88be verified
Fix undefined Path in vision loader 28b9580
Update vision model to load fine-tuned ViT breed classifier from HF Hub 83b5c10
feat(ml): support HEAD requests on root and health routes to fix 405 errors 0f85a71
feat(ml): update root route to return interactive status dashboard 44d88ba
feat(ml): return 200 OK HTML on root for health check compatibility 75c7e52
feat(ml): redirect root route to /docs to fix Hugging Face Space starting overlay 82ee34b
feat(api): add POST /classify-image endpoint + tests + docs (v1.4.0) bf841b5
critico: remover fallback aleatorio e proteger rotas sensiveis ae4628a
critico: remover fallback aleatorio e proteger rotas sensiveis 905466e
feat(task2): add /detect-species endpoint (google/vit-base-patch16-224) and auto-species badge in RecordingPage cee6747
feat(health, i18n, vision): implement health records bulletin, PT/EN multi-language locales, and YOLOv8 camera frame posture detection 33784a8
feat: implement photo breed identification via transformers pipeline and update frontend to pass animal_type 237b934
fix: use huggingface_hub InferenceClient instead of httpx for HF Space compatibility 2026a3c
feat: add POST /identify-breed using HuggingFace Inference API (ViT dog/cat breed models) 61ffa78
feat: prepara backend ML para Hugging Face Spaces 385e1f0
fix: correct indentation of classify route DB/Redis block fd9a73a
fix: fix shutdown if db_pool indentation (4 spaces not 8) 78741e3
firstoff23 commited on
Refactor database and Redis connefix: correct indentation of classify route DB/Redis blockction checks 48c9ef1
firstoff23 commited on
Refactor classification result handlifix: fix indentation of DB/Redis block in classify routeng and storage 3ac16c5
firstoff23 commited on
fix: correct indentation in classify route after DB/Redis integration eb5ca28
firstoff23 commited on
Implement DB and Redis connectiofeat: integrate PostgreSQL persistence and Redis caching in /classifyns on startup 66f94bb
firstoff23 commited on
Add health check endpoint and root status endpoint ae6ef5a
firstoff23 commited on