CoolFace
Apppublic

TanayJalan/candidate-matcher

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
41 commits on main
66f13673mo ago

fix: disable XsrfProtection so Streamlit correctly disables CORS for HF load balancer

TanayJalan
a3220c23mo ago

fix: 100% deterministic Docker build for Streamlit to solve HF load balancer proxy mismatch

TanayJalan
7ec6b073mo ago

fix: force Streamlit to run on port 7860 to match HF Spaces proxy routing

TanayJalan
924985e3mo ago

fix: delete custom Dockerfile and use native HF Streamlit SDK to fix proxy routing

TanayJalan
09b895e3mo ago

trigger: force rebuild due to HF BodyStreamBuffer error

TanayJalan
85436b63mo ago

fix: revert to docker SDK, add HEALTHCHECK, keep lazy ML imports

TanayJalan
b5ae67b3mo ago

fix: rename Dockerfile to prevent HF SDK conflict, reorder reqs for CPU torch

TanayJalan
a31e5433mo ago

fix: lazy-load heavy ML imports so HF Spaces health check passes

TanayJalan
eddfa883mo ago

fix: switch to native streamlit SDK for HF spaces

TanayJalan
9b4fac63mo ago

fix: use CPU-only torch to prevent HF Spaces timeouts and OOM

TanayJalan
104aabf3mo ago

docs: update README with today's features

TanayJalan
abf13553mo ago

fix: resolve syntax error in semantic_scorer.py from bad merge

TanayJalan
60d18783mo ago

feat: add GitHub scraping and single resume upload support

TanayJalan
6065ce93mo ago

Update __init__.py

Yashasvi Khatri
ea5f8f03mo ago

Update __init__.py

Yashasvi Khatri
e83f5393mo ago

Update semantic_scorer.py

Yashasvi Khatri
d370b214mo ago

Add assets folder

TanayJalan
92612c44mo ago

Restore sidebar and upload functionality

TanayJalan
b865a134mo ago

Update README License

TanayJalan
5a0b2ce4mo ago

Fix syntax errors in app.py

TanayJalan
db1c9f74mo ago

Update README format

TanayJalan
73fb0aa4mo ago

removed docstrings and fixed types

TanayJalan
8054ff44mo ago

changed behavioral_scorer.py

TanayJalan
2ee2e544mo ago

Add Hugging Face Space badge to README

TanayJalan
a4080584mo ago

Add UI validation to prevent schema upload errors

TanayJalan
2d900574mo ago

Disable Streamlit CORS and XSRF protection for Hugging Face Spaces

TanayJalan
6943db44mo ago

Fix Docker permissions and dependencies for Hugging Face Spaces

TanayJalan
ed6be664mo ago

Add Hugging Face Space metadata

TanayJalan
ea00e7e4mo ago

Add Dockerfile for Hugging Face Spaces deployment

TanayJalan
ab1ee1a4mo ago

Docs: Add Dataset drive link

TanayJalan
352e5f54mo ago

Docs: Fix copyright year in LICENSE

TanayJalan
832785d4mo ago

Docs: Update LICENSE with contributor

TanayJalan
8edeb904mo ago

Docs: Add MIT License

TanayJalan
a68665d4mo ago

Chore: Remove organizer data folder from repository

TanayJalan
f19409b4mo ago

Docs: Add presentation deck

TanayJalan
460ba1c4mo ago

Docs: Update README with quickstart wrapper and testing instructions

TanayJalan
71db1294mo ago

Final Polish: Add run wrapper, unit tests, and defense pitch

TanayJalan
e61d9214mo ago

Phase 2: Add Streamlit dashboard, improve reasoning generator, upgrade to mpnet model

TanayJalan
9dcd2b34mo ago

yashasvi

yashasvi-01-02
8d92cd04mo ago

Implement AI Candidate Ranking System pipeline

TanayJalan
de9e38f4mo ago

run completely

yashasvi-01-02