File size: 598 Bytes
4a339d7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
45
46
47
48
49
50
# Data Flow

## Pipeline

Resume + Company List
        ↓
Text Extraction
        ↓
AI Resume Parsing
        ↓
Profile Cleanup
        ↓
Company Loader
        ↓
Fetch Careers Pages
        ↓
ATS Detection
        ↓
Job Extraction
        ↓
Matching Engine
        ↓
Company Ranking
        ↓
Results Display

## Key Steps

### Resume β†’ Profile
Extract:
- skills
- tools
- roles

### Jobs β†’ Structured Data
Extract:
- title
- location
- url

### Matching
Score:
- title match
- skill overlap
- entry-level signals

### Output
- ranked companies
- job matches
- explanations