Karthikeyan M C commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🤖 Resume PII Masking & ATS Optimizer
|
| 2 |
|
| 3 |
A professional-grade NLP pipeline to automatically **detect and mask Personally Identifiable Information (PII)** in resumes and **evaluate resume quality based on Applicant Tracking System (ATS) scoring**. Built using the Hugging Face Transformers ecosystem and fine-tuned with custom data, this project simulates real-world applications of Natural Language Processing in HR tech and recruitment automation systems.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: mit
|
| 4 |
+
pipeline_tag: text-classification
|
| 5 |
+
tags:
|
| 6 |
+
- resume
|
| 7 |
+
- ats
|
| 8 |
+
- pii
|
| 9 |
+
- nlp
|
| 10 |
+
- huggingface
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# 🤖 Resume PII Masking & ATS Optimizer
|
| 14 |
|
| 15 |
A professional-grade NLP pipeline to automatically **detect and mask Personally Identifiable Information (PII)** in resumes and **evaluate resume quality based on Applicant Tracking System (ATS) scoring**. Built using the Hugging Face Transformers ecosystem and fine-tuned with custom data, this project simulates real-world applications of Natural Language Processing in HR tech and recruitment automation systems.
|