Spaces:
Runtime error
Runtime error
| 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 |