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
chore(ml): add Hugging Face YAML metadata to README.md f830ee6
feat(api): add POST /classify-image endpoint + tests + docs (v1.4.0) bf841b5
feat(ml): add ViT dual-head species/breed classifier training script 4afb7cf
Merge pull request #3 from firstoff23/railway/fix-deploy-cb3023 e1040fa
firstoff23 commited on
config: set N8N_WEBHOOK_URL for production and align ports in fly.toml 1566344
feat: adiciona skeleton global e testes e2e 6c6945f
repo: remover backups and contexts de debug do controle de versao 061b4d0
critico: remover fallback aleatorio e proteger rotas sensiveis ae4628a
critico: remover fallback aleatorio e proteger rotas sensiveis 905466e
fix: update tests and requirements to support tensorflow-cpu and secure supabase rls 95cbdfc
fix: keep 1 machine always running to avoid 50s cold-start timeout 70108e1
backend: update Dockerfile port to 8000 9f131d1
backend: add missing dependencies to requirements.txt 4f91540
backend: add fly.toml configuration file 5eeaf01
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(railway): add nixpacks.toml with ffmpeg — more robust than railway.toml phases 5bd1aaf
fix(railway): add ffmpeg and libsndfile1 to nixpacks build f525c09
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
feat: add asyncpg, psycopg2-binary and redis dependencies ca7d9a6
firstoff23 commited on
Add health check endpoint and root status endpoint ae6ef5a
firstoff23 commited on
chore: add railway.toml for FastAPI backend deploy ff6b1cc
fix: usa runtime Python 3.11 no Railway ba3df7c
chore: add Codex permanent instructions a3e3903
chore: add Codex permanent instructions 8629414
fix: atualiza runtime Python do backend 244822b
fix: use Python 3.11 minor version in ml_backend/runtime.txt ab24081
railway-app[bot] commited on
feat: adiciona runtime Python ao backend FastAPI b777a09
firstoff23 commited on
feat: prepara backend FastAPI para deploy 2b1a776
firstoff23 commited on