A Python + Streamlit app to analyze resumes using NLP and match them against job descriptions with a match score and skill suggestions.
- Resume (PDF) parser using
pdfplumber
- Skill extraction using
spaCy
- Job matching using TF-IDF and cosine similarity
- Missing skill suggestions
- Easy-to-use Streamlit UI
- Python
- Streamlit
- spaCy (NLP)
- pdfplumber
- scikit-learn