TanayJalan/candidate-matcher
fix: disable XsrfProtection so Streamlit correctly disables CORS for HF load balancer
fix: 100% deterministic Docker build for Streamlit to solve HF load balancer proxy mismatch
fix: force Streamlit to run on port 7860 to match HF Spaces proxy routing
fix: delete custom Dockerfile and use native HF Streamlit SDK to fix proxy routing
trigger: force rebuild due to HF BodyStreamBuffer error
fix: revert to docker SDK, add HEALTHCHECK, keep lazy ML imports
fix: rename Dockerfile to prevent HF SDK conflict, reorder reqs for CPU torch
fix: lazy-load heavy ML imports so HF Spaces health check passes
fix: switch to native streamlit SDK for HF spaces
fix: use CPU-only torch to prevent HF Spaces timeouts and OOM
docs: update README with today's features
fix: resolve syntax error in semantic_scorer.py from bad merge
feat: add GitHub scraping and single resume upload support
Update __init__.py
Update __init__.py
Update semantic_scorer.py
Add assets folder
Restore sidebar and upload functionality
Update README License
Fix syntax errors in app.py
Update README format
removed docstrings and fixed types
changed behavioral_scorer.py
Add Hugging Face Space badge to README
Add UI validation to prevent schema upload errors
Disable Streamlit CORS and XSRF protection for Hugging Face Spaces
Fix Docker permissions and dependencies for Hugging Face Spaces
Add Hugging Face Space metadata
Add Dockerfile for Hugging Face Spaces deployment
Docs: Add Dataset drive link
Docs: Fix copyright year in LICENSE
Docs: Update LICENSE with contributor
Docs: Add MIT License
Chore: Remove organizer data folder from repository
Docs: Add presentation deck
Docs: Update README with quickstart wrapper and testing instructions
Final Polish: Add run wrapper, unit tests, and defense pitch
Phase 2: Add Streamlit dashboard, improve reasoning generator, upgrade to mpnet model
yashasvi
Implement AI Candidate Ranking System pipeline
run completely
