Commit History

fix: shorten short_description to meet HF 60 char limit
b1af98b

rb757 commited on

docs: comprehensive update to README and DEPLOYMENT_NOTES with all features
c40380c

rb757 commited on

fix: convert base_value to float in SHAP waterfall plot
b136ae1

rb757 commited on

feat: add model interpretability with SHAP explanations and uncertainty quantification
dc99b5f

rb757 commited on

fix: clean README.md YAML frontmatter for HF Space configuration
86e9f94

rb757 commited on

fix: allow processed CSV files in repo for demo deployment
676d609

rb757 commited on

chore: update .gitignore with comprehensive safety patterns for secrets, data, and artifacts
7fa7bbe

rb757 commited on

fix: resolve module import paths for standalone script execution
64b7cba

rb757 commited on

feat: add molecular descriptor calculation with RDKit for cheminformatics extension
d54b7d4

rb757 commited on

Add initial container logs and HTML template for Streamlit app
573516c

rb757 commited on

fix: correct README.md YAML metadata for Hugging Face deployment
468af07

rb757 commited on

docs: add end-to-end deployment notes and changelog
f24a2c0

rb757 commited on

Bind Streamlit to 0.0.0.0 and default PORT=8501 for HF Spaces
9f4865e

rb757 commited on

Change server address from 0.0.0.0 to 127.0.0.1 for HF Spaces detection
8521392

rb757 commited on

Add READY signal to logs for HF Spaces detection
b28112e

rb757 commited on

Remove HEALTHCHECK; let HF Spaces use default detection
9472e8f

rb757 commited on

Increase startup delay to 20s and HEALTHCHECK start-period to 60s
a738a6a

rb757 commited on

Add startup delay and improve HEALTHCHECK timing
97da755

rb757 commited on

Wrap heavy data loading/training in st.spinner to avoid import-time blocking
f390e5a

rb757 commited on

Re-enable HEALTHCHECK so HF Spaces detects app readiness
3b04252

rb757 commited on

Cleanup: remove debug prints and health polling; revert to clean Streamlit CMD
206787a

rb757 commited on

Poll Streamlit health endpoint before declaring readiness in logs
af782c9

rb757 commited on

Fix CMD: use python -c for env prints (avoid heredoc)
3a28f5c

rb757 commited on

Log PORT and STREAMLIT_SERVER_PORT before starting Streamlit
b7f95d5

rb757 commited on

Make Streamlit port resolution robust (use or STREAMLIT_SERVER_PORT with fallback)
6fa05bf

rb757 commited on

Use explicit for Streamlit and add startup log
95ebdd3

rb757 commited on

trigger HF rebuild
c8422ca

rb757 commited on

Temporarily disable HEALTHCHECK to avoid Spaces restart loop
1585484

rb757 commited on

Make TDC import lazy and add tdc to requirements for Spaces
d3a480d

rb757 commited on

Fix requirements: pin numpy and add sklearn/joblib
2f3094e

rb757 commited on

Fix Dockerfile: run Streamlit on HF port
d815ec8

rb757 commited on

Fix Streamlit iframe startup (disable CORS/XSRF for Spaces)
9b57d0b

rb757 commited on

Make Streamlit app self-contained for Hugging Face (no FastAPI localhost)
cce3518

rb757 commited on

Fix Streamlit CMD for Hugging Face Docker
27210ff

rb757 commited on

Fix Streamlit CMD for Spaces
5bd94eb

rb757 commited on

Resolve HF Space template merge
9115b0a

rb757 commited on

Add Dockerfile for Streamlit deployment on Hugging Face
cb2cb11

rb757 commited on

initial commit
5d2fe1c
verified

rb757 commited on

Duplicate from streamlit/streamlit-template-space
cd18a87
verified

rb757 FranckAbgrall HF Staff commited on

Add root app.py for Hugging Face Spaces
a266253

rb757 commited on

Initial end-to-end cheminformatics ML project
6353768

rb757 commited on