File size: 999 Bytes
be4f37c
09fd203
 
be4f37c
 
 
 
 
 
 
 
09fd203
be4f37c
09fd203
be4f37c
09fd203
be4f37c
09fd203
 
 
 
 
 
 
be4f37c
09fd203
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
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