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

chore(ml): add Hugging Face YAML metadata to README.md
f830ee6

firstoff commited on

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

firstoff commited on

feat(ml): add ViT dual-head species/breed classifier training script
4afb7cf

firstoff commited on

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

firstoff commited on

feat: adiciona skeleton global e testes e2e
6c6945f

firstoff commited on

repo: remover backups and contexts de debug do controle de versao
061b4d0

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

fix: update tests and requirements to support tensorflow-cpu and secure supabase rls
95cbdfc

firstoff commited on

fix: keep 1 machine always running to avoid 50s cold-start timeout
70108e1

firstoff commited on

backend: update Dockerfile port to 8000
9f131d1

firstoff commited on

backend: add missing dependencies to requirements.txt
4f91540

firstoff commited on

backend: add fly.toml configuration file
5eeaf01

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(railway): add nixpacks.toml with ffmpeg — more robust than railway.toml phases
5bd1aaf

firstoff commited on

fix(railway): add ffmpeg and libsndfile1 to nixpacks build
f525c09

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

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

firstoff commited on

fix: usa runtime Python 3.11 no Railway
ba3df7c

firstoff commited on

chore: add Codex permanent instructions
a3e3903

firstoff commited on

chore: add Codex permanent instructions
8629414

firstoff commited on

fix: atualiza runtime Python do backend
244822b

firstoff commited on

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