A simple Python tool that analyzes a resume against a job description and identifies:
- Matched Keywords
- Missing Keywords
- Resume–Job Fit Insights
- NLP-based keyword extraction
- Comparison using Python + Pandas
- Easy to run, extendable for LLM integrations
-
Install dependencies
pip install -r requirements.txt -
Add your own:
sample_resume.txtsample_job_description.txt
-
Run the script
python app.py