| --- |
| 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 |
| ``` |
|
|