CapProj commited on
Commit
f95e348
·
verified ·
1 Parent(s): 5dec17e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -28
README.md CHANGED
@@ -1,28 +1,19 @@
1
- # ATS Optimizer Pro
2
-
3
- Complete solution to optimize resumes for applicant tracking systems.
4
-
5
- ## Features
6
-
7
- 1. **Format-Preserving Analysis**
8
- - Parses PDF/Word resumes while keeping original formatting
9
- - Advanced section detection
10
-
11
- 2. **5-Factor ATS Scoring**
12
- - Keyword matching (TF-IDF + exact match)
13
- - Section completeness
14
- - Semantic similarity (Qdrant vectors)
15
- - Experience matching
16
- - Education verification
17
-
18
- 3. **AI-Powered Optimization**
19
- - DeepSeek API integration
20
- - 3-step iterative refinement
21
- - Format-aware rewriting
22
-
23
- ## Setup
24
-
25
- 1. Install requirements:
26
- ```bash
27
- pip install -r requirements.txt
28
- python -m spacy download en_core_web_md
 
1
+ ---
2
+ title: ATS Resume Optimizer
3
+ emoji: 📊
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: streamlit
7
+ sdk_version: 1.29.0
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ # ATS Resume Optimizer
13
+
14
+ Analyze and optimize your resume for Applicant Tracking Systems (ATS).
15
+
16
+ ## Features
17
+ - Resume scoring
18
+ - Job description matching
19
+ - AI-powered optimization