AI-Driven Resume Screening System: An intelligent hiring platform that uses NLP and machine learning to automatically parse, rank, and match candidate resumes with job descriptions, featuring explainable AI rankings, bias detection, and an interactive chatbot for interview preparation.
Stars
3
Forks
1
Watchers
3
Open Issues
0
Overall repository health assessment
^0.555.0129
commits
10
commits
feat: localhost-only setup with personalized chatbot questions and UI improvements
968ed0fView on GitHubchore(chatbot): support build-time MODEL_URL preload and skip runtime download if model present
a9cd370View on GitHubchore(chatbot): ensure action_endpoint uses ACTION_ENDPOINT_URL env var
67a18faView on GitHubchore(chatbot): read SUPABASE_URL/KEY and BACKEND_URL from env; avoid hardcoded secrets
a7ea0b2View on GitHubchore: switch default embedding model to all-MiniLM-L6-v2 and add preload script
070c2c5View on GitHubrobust: handle BrokenPipe in proxy; add fallback scoring when SentenceTransformer unavailable
8888016View on GitHubbackend: add logging+error handling around rank_resumes to capture ML failures
1aa62b6View on GitHubscripts: read sensitive env vars from process environment (avoid storing secrets in repo)
b935d7bView on GitHubscripts: populate Azure deploy script with provided SUPABASE and email env vars
dd3a86fView on GitHubbackend: make CORS origins configurable via CORS_ORIGINS and include deployed URLs
8e30365View on GitHubREADME: add MIT license reference and contributing note
7fd76efView on GitHub