resume-parser-api / README.md
sanaullah7964's picture
Update README.md
09fd203 verified
|
Raw
History Blame Contribute Delete
999 Bytes
---
title: Career Path - Resume Parser
emoji: 🎯
colorFrom: blue
colorTo: indigo
sdk: docker
sdk_version: 4.44.0
app_file: app.py
pinned: false
---
# 🎯 Career Path: AI-Powered Resume Parsing System
## Semantic Understanding for Career Guidance & Talent Matching
### Core Features
| Feature | Description |
|---------|-------------|
| **Semantic Skill Detection** | "React.js" = "React JS" = "ReactJS" |
| **Context Awareness** | "Java" β‰  "Java Island" |
| **Interest Prediction** | Predicts career interests from resume |
| **Skill Gap Analysis** | Compares with job requirements |
| **Career Matching** | Suggests best career path |
### What It Extracts
- πŸ‘€ Name, Email, Phone
- πŸ’ͺ Skills (with confidence scores)
- 🎯 Career Interests (AI/ML, WebDev, Cloud, etc.)
- πŸŽ“ Education & Degrees
- πŸ“… Experience Estimation
### API Endpoints
```bash
# Parse Resume
POST /api/parse
# Match with Job
POST /api/match?required_skills=Python,React,AWS
# Health Check
GET /api/health