CoolFace
Apppublic

aaronr43210/duk-feature-extraction

sourceHugging Facemitupdated 6mo agoView on Hugging Face
3likes
18 commits on main
bdc034f6mo ago

Add debug info and versioning to troubleshoot AttributeError

aaron43210
90ecc796mo ago

Update README.md

aaronr43210
11333136mo ago

Fix AttributeError: move predict_image inside TiledPredictor class

aaron43210
73792366mo ago

chore: Global rename to DIGITAL UNIVERSITY KERALA FEATURE EXTRACTION MODEL V1 and UI/Predictor refinements

aaron43210
aaf5a736mo ago

Complete production merge: New UI features, bridge/railway support, and model caching

aaron43210
6f525736mo ago

Force Streamlit dark theme to fix text contrast

Aaron R
5815cbb6mo ago

Complete Dockerfile overhaul for HF Spaces non-root user and robust ENV config

Aaron R
8dea0ae6mo ago

Disable CORS/XSRF forcefully via Docker ENTRYPOINT

Aaron R
b38d31e6mo ago

Fix Streamlit CORS/XSRF for Hugging Face Spaces, and predict/app optimizations

Aaron R
691bc626mo ago

Fix HF deployment timeout by using port 7860

Aaron R
2fd203b6mo ago

Fix build: replace libgl1-mesa-glx with libgl1 and pin to bookworm

Aaron R
9747e506mo ago

Optimize deployment: fix entrypoint, use Python 3.11, add system deps

Aaron R
5ac56646mo ago

Set yolo_svamitva_best1.pt as default YOLO model

Aaron R
fc0b15f6mo ago

Sync with remote and apply fixes

Aaron R
3ee490d6mo ago

Update app.py

aaronr43210
d1ba0836mo ago

Deploying SVAMITVA feature extraction pipeline

Aaron R
41334ea6mo ago

initial commit

aaronr43210
cffc76f6mo ago

Duplicate from streamlit/streamlit-template-space

aaronr43210, FranckAbgrall