Description
Resume Parser using NLP
Tech: Python 3.x + pdfplumber + python-docx + Regex NLP
Level: B.Tech / MCA Intermediate
Category: Python & AI — Tech Mishra
Features
- Extracts: Name, Email, Phone Number
- Extracts: 60+ Skills (Python, React, ML, SQL, etc.)
- Extracts: Education details
- Extracts: Work Experience lines
- Supports PDF, DOCX, TXT resume formats
- Saves parsed output as JSON
Requirements
pdfplumber
python-docx
Installation & Run
pip install pdfplumber python-docx
python app.py
Usage
- Run the script
- Enter the path to your resume file
- View extracted details in terminal
- Optionally save as JSON
Output Sample
{
"name": "Rahul Sharma",
"email": "rahul@gmail.com",
"phone": "9876543210",
"skills": ["Python", "Machine Learning", "Django", "MySQL"],
"education": ["B.Tech Computer Science — XYZ University, 2024"],
"experience": ["Python Developer Intern — ABC Company, 6 months"]
}
Purchased from Tech Mishra — a-pexdeveloper.in





Reviews
There are no reviews yet.