Commit History

feat(ml): include top3 predictions in /classify-image response
7ba3f2c
Running

firstoff commited on

feat(ml): integrate new 120-class dog breed classifier model (ViT-Large) via HF Hub download
607bdb9

firstoff commited on

Update app.py
8e72a66
verified

firstoff commited on

fix: formatar nome de raca no /classify-image (remover prefixo Stanford Dogs)
472a86a
verified

firstoff commited on

Update app.py
b07d8e9
verified

firstoff commited on

Improve breed label resolution via id2label with name normalization
7ab88be
verified

firstoff commited on

Fix undefined Path in vision loader
28b9580

firstoff commited on

Update vision model to load fine-tuned ViT breed classifier from HF Hub
83b5c10

firstoff commited on

feat(ml): support HEAD requests on root and health routes to fix 405 errors
0f85a71

firstoff commited on

feat(ml): update root route to return interactive status dashboard
44d88ba

firstoff commited on

feat(ml): return 200 OK HTML on root for health check compatibility
75c7e52

firstoff commited on

feat(ml): redirect root route to /docs to fix Hugging Face Space starting overlay
82ee34b

firstoff commited on

feat(api): add POST /classify-image endpoint + tests + docs (v1.4.0)
bf841b5

firstoff commited on

critico: remover fallback aleatorio e proteger rotas sensiveis
ae4628a

firstoff commited on

critico: remover fallback aleatorio e proteger rotas sensiveis
905466e

firstoff commited on

feat(task2): add /detect-species endpoint (google/vit-base-patch16-224) and auto-species badge in RecordingPage
cee6747

firstoff commited on

feat(health, i18n, vision): implement health records bulletin, PT/EN multi-language locales, and YOLOv8 camera frame posture detection
33784a8

firstoff commited on

feat: implement photo breed identification via transformers pipeline and update frontend to pass animal_type
237b934

firstoff commited on

fix: use huggingface_hub InferenceClient instead of httpx for HF Space compatibility
2026a3c

firstoff commited on

feat: add POST /identify-breed using HuggingFace Inference API (ViT dog/cat breed models)
61ffa78

firstoff commited on

feat: prepara backend ML para Hugging Face Spaces
385e1f0

firstoff commited on

fix: correct indentation of classify route DB/Redis block
fd9a73a

firstoff commited on

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

feat: integra YAMNet no backend FastAPI
dc77c88

firstoff commited on

feat: integra backend fastapi para classificacao acustica real com fallback
71f3ac1

firstoff commited on