Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,54 @@
|
|
| 1 |
---
|
| 2 |
title: TalentAlign AI Recruiter
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: docker
|
|
|
|
| 7 |
pinned: false
|
| 8 |
-
license: mit
|
| 9 |
-
short_description: Bias-Free AI Recruitment Agent
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: TalentAlign AI Recruiter
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
pinned: false
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
+
<div align="center">
|
| 12 |
+
|
| 13 |
+
# π TalentAlign: Bias-Free AI Recruitment Agent
|
| 14 |
+
### *Intelligent Resume Screening Powered by Gemini 2.5 Flash*
|
| 15 |
+
|
| 16 |
+
[](https://streamlit.io/)
|
| 17 |
+
[](https://ai.google.dev/)
|
| 18 |
+
[]()
|
| 19 |
+
|
| 20 |
+
</div>
|
| 21 |
+
|
| 22 |
+
---
|
| 23 |
+
|
| 24 |
+
## β‘ The Problem
|
| 25 |
+
Recruiters spend 6 seconds on a resume. Bias creeps in. Great candidates get missed because of keywords.
|
| 26 |
+
Standard parsers just look for "Python." They miss "Built a compiler in C++."
|
| 27 |
+
|
| 28 |
+
## π§ The Solution
|
| 29 |
+
**TalentAlign** is an AI Agent that reads resumes like a Senior Engineer.
|
| 30 |
+
It uses **Gemini 2.5 Flash** (1M Context Window) to analyze multiple candidates against a Job Description simultaneously.
|
| 31 |
+
|
| 32 |
+
### β¨ Key Features
|
| 33 |
+
* **π« Blind Mode:** Automatically hides names, gender, and universities to reduce unconscious bias.
|
| 34 |
+
* **π Skill Gap Analysis:** Doesn't just say "Match." It tells you exactly *what* is missing (e.g., "Candidate has Python but lacks CI/CD experience").
|
| 35 |
+
* **π Bulk Processing:** Screen 10+ PDF resumes in seconds.
|
| 36 |
+
* **json Output:** Generates structured data tables exportable to CSV/PDF.
|
| 37 |
+
|
| 38 |
+
---
|
| 39 |
+
|
| 40 |
+
## π How to Use
|
| 41 |
+
1. **Paste** a Job Description on the left.
|
| 42 |
+
2. **Upload** PDF Resumes on the right.
|
| 43 |
+
3. **Toggle** "Blind Mode" if you want unbiased ranking.
|
| 44 |
+
4. **Click** "Screen Candidates."
|
| 45 |
+
|
| 46 |
+
The AI will generate a ranked leaderboard and detailed scorecards for every applicant.
|
| 47 |
+
|
| 48 |
+
---
|
| 49 |
+
|
| 50 |
+
## π¨βπ» Built By
|
| 51 |
+
**Owadokun Tosin Tobi**
|
| 52 |
+
*AI Product Engineer*
|
| 53 |
+
* [GitHub Profile](https://github.com/eatosin)
|
| 54 |
+
* [LinkedIn](https://www.linkedin.com/in/owadokun-tosin-tobi-6159091a3)
|