File size: 862 Bytes
35f2d97
6e2abae
 
 
 
35f2d97
e7d2445
0cb3d12
35f2d97
 
6e2abae
35f2d97
 
6e2abae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
title: SETHU AI - Resume Gap Analyzer
emoji: 🎓
colorFrom: indigo
colorTo: blue
sdk: gradio
sdk_version: 4.21.0
python_version: "3.10"
app_file: app.py
pinned: false
license: mit
---

# SETHU AI - Resume Gap Analyzer
**From Resume to Career Readiness**
*In collaboration with SASTRA DEEMED UNIVERSITY*

An intelligent tool to analyze the gap between your resume and a specific job description.

## Features
- **PDF/DOCX Upload**: Extract text from common resume formats.
- **Skill Extraction**: Automatically identify skills using spaCy NLP.
- **Similarity Scoring**: semantic comparison using Sentence Transformers (`all-MiniLM-L6-v2`).
- **Gap Analysis**: Detailed list of missing skills and present skills.
- **Guidance & Roadmap**: Get learning paths for missing skills.

## Local Installation
```bash
pip install -r requirements.txt
python app.py
```