CoolFace
Apppublic

Jocund96/dogscheckup

sourceHugging Faceupdated 1y agoView on Hugging Face
1likes
50 commits on main
eae56ad1y ago

debug: добавлены явные print и debug-логи в app/main.py и backend/app/main.py для диагностики запускаемого файла

Jasurbek Odilov
e53506f1y ago

debug: добавлены явные print и debug-логи для проверки загрузки app/main.py и logger

Jasurbek Odilov
f8c93051y ago

fix: добавлен эндпоинт /free_available/ для совместимости с фронтендом (всегда true)

Jasurbek Odilov
aa39ab31y ago

debug: добавлены подробные debug/info логи в analyze_images для отслеживания процесса анализа

Jasurbek Odilov
79a419f1y ago

fix: добавлен logger в app/main.py для устранения NameError при логировании

Jasurbek Odilov
6ea0cd01y ago

feat: отключена вся логика Paddle, LemonSqueezy, Stripe и лимиты по IP теперь сервис полностью бесплатный

Jasurbek Odilov
1e372421y ago

feat: add /free_available/ endpoint to check free analysis availability by IP

Jasurbek Odilov
8c651f41y ago

some corrections

Jocund96
b7da31e1y ago

feat: add debug logs, explicit free analysis limit reason, and IP reset endpoint for dev/test

Jocund96
157401c1y ago

fix: add Dockerfile and requirements.txt to root for Hugging Face Spaces compatibility

Jasurbek
25ff5551y ago

chore: remove frontend and hybrid files, leave only backend for Hugging Face Spaces

Jasurbek
08b02691y ago

chore: commit all staged and unstaged changes before force push (sync for Hugging Face & Vercel split)

Jasurbek
764d5b21y ago

fix: correct predictor import and add diagnostics for Hugging Face Spaces startup

Jasurbek
a1b6fd11y ago

chore: add model file to LFS tracking

Jasurbek
04955c71y ago

chore: cleanup project for Hugging Face Spaces and Vercel: remove binaries, dups, add .gitignore

Jasurbek
3aab6ad1y ago

chore: add global exception handler to debug Streamlit exit on Hugging Face Spaces

Jasurbek
87ceb5e1y ago

fix: use single app.py in root for Streamlit+FastAPI UI on Hugging Face Spaces

Jasurbek
85573151y ago

Merge branch 'main' of https://github.com/Jocund96/dogscheckup-app

Jasurbek
d01c86b1y ago

wip: save all changes before history rewrite

Jasurbek
ff2a7871y ago

feat: unified Dockerfile and requirements.txt for Streamlit UI + FastAPI backend in one container (HF Spaces)

Jasurbek
065e2a51y ago

UI+API

Jasurbek
b0b7f691y ago

fix: add root (/) endpoint for Hugging Face healthcheck

Jasurbek
1f3a39f1y ago

fix: use /tmp for TinyDB storage to avoid PermissionError on Hugging Face Spaces

Jasurbek
a4be03d1y ago

fix: robustly create /data dir before TinyDB init (with logging) for Hugging Face Spaces

Jasurbek
1420b351y ago

fix: ensure TinyDB uses /data/ip_usage.json for Hugging Face Spaces

Jasurbek
f79daf11y ago

fix: add working Dockerfile and requirements.txt for Hugging Face Spaces FastAPI backend

Jasurbek
ec5d24a1y ago

fix: update app.py to ensure backend import works on Hugging Face Spaces

Jasurbek
1a2579d1y ago

fix: set backend port to 7860 for HuggingFace Spaces

Jasurbek
16b10471y ago

Restructure project: split into backend/frontend, add compose, ready for HuggingFace

Jasurbek
fe34acf1y ago

Remove DejaVuSans.ttf for HuggingFace push and add to .gitignore

Jasurbek
221388d1y ago

feat: Add photo to PDF report and use only Arial font for reliability

Jasurbek
5549d981y ago

fix: Use built-in font for PDF and fix navigation

Jasurbek
0c1c3651y ago

fix: Add Unicode font to resolve PDF generation error

Jasurbek
adc472d1y ago

feat: Add PDF report download functionality

Jasurbek
d618d621y ago

refactor: Implement persistent results page via session state

Jasurbek
d4f6dbf1y ago

fix: Replace deprecated experimental_rerun with st.rerun

Jasurbek
35fb9fd1y ago

fix: Serialize image bytes to Base64 for DB storage

Jasurbek
d168b441y ago

refactor: Use DB for post-payment state and fix IP check

Jasurbek
28c7d461y ago

feat: Implement hybrid local storage and IP access control

Jasurbek
d8ac5011y ago

fix: Ensure state persistence for IP check and post-payment flow

Jasurbek
6da94221y ago

fix: Resolve NameError on app startup

Jasurbek
acf7a5f1y ago

fix: Refactor state management for post-payment analysis

Jasurbek
15e18b21y ago

fix: Final correction for payment API payload and remove logs

Jasurbek
0a6c3bb1y ago

fix: Correct Lemon Squeezy API payload structure

Jasurbek
a1aa8791y ago

feat: Add debug logging for payment endpoint

Jasurbek
665c4d41y ago

feat: Add detailed disease descriptions and footer

Jasurbek
8f2851e1y ago

fix: Replace deprecated experimental_get_query_params

Jasurbek
54ffea51y ago

fix: Stabilize UI to prevent shaking on re-render

Jasurbek
92533361y ago

fix: Disable XSRF protection to allow file uploads

Jasurbek
e2070871y ago

fix: Add CORS middleware to allow frontend-backend communication

Jasurbek