File size: 369 Bytes
ff761e7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ๐Ÿง  AI Resume Parser App

Upload a resume (PDF), and this app will:

- Extract structured resume data (name, email, phone, skills, etc.)
- Show a skill frequency chart ๐Ÿ“Š
- Match with a job description ๐Ÿค–
- Let you download JSON output ๐Ÿ’พ

## ๐Ÿ›  Built With

- Python
- spaCy NLP
- Gradio UI
- Matplotlib (for charts)
- Hugging Face Spaces (for free hosting)