Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,28 +1,19 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
1.
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|