This project analyzes a resume and job description to identify skill gaps and generate a personalized learning path.
- Upload Resume and Job Description (PDF)
- Extract skills
- Identify skill gap
- Generate learning roadmap
- Python
- Streamlit
- PyPDF2
-
Install requirements: pip install -r requirements.txt
-
Run the app: streamlit run app.py
- Extract text from resume and job description
- Identify skills
- Compare skills
- Generate learning path
Skill Gap = Required Skills - Candidate Skills
Helps reduce onboarding time and improves learning efficiency.