Spaces:
Running
Running
Fix: resolve merge conflict, add HF Spaces YAML metadata
Browse files
README.md
CHANGED
|
@@ -1,4 +1,14 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
# π€ SmartHire AI: Transformer-Based Resume & Job Matching System
|
| 3 |
|
| 4 |
[](https://python.org)
|
|
@@ -27,34 +37,6 @@ SmartHire AI is a **production-style HRTech application** that demonstrates:
|
|
| 27 |
|
| 28 |
---
|
| 29 |
|
| 30 |
-
## πΈ Screenshots
|
| 31 |
-
|
| 32 |
-
### π₯οΈ Upload & Analyze
|
| 33 |
-

|
| 34 |
-
|
| 35 |
-
### π Match Results β Pipeline Summary & Score Distribution
|
| 36 |
-

|
| 37 |
-
|
| 38 |
-
### π Match Results β Charts & Per-Candidate Cards
|
| 39 |
-
| Pie Chart + Scatter Plot | All Candidate Score Cards |
|
| 40 |
-
|--------------------------|--------------------------|
|
| 41 |
-
|  |  |
|
| 42 |
-
|
| 43 |
-
### π Skill Gap Analysis
|
| 44 |
-
| Skill Chips (Matching / Missing / Critical) | Skill Matrix & Cross-Candidate Comparison |
|
| 45 |
-
|--------------------------------------------|------------------------------------------|
|
| 46 |
-
|  |  |
|
| 47 |
-
|
| 48 |
-
### π Candidate Ranking
|
| 49 |
-
| Leaderboard + Top Candidate Gauge | Score Breakdown + CSV Export |
|
| 50 |
-
|----------------------------------|------------------------------|
|
| 51 |
-
|  |  |
|
| 52 |
-
|
| 53 |
-
### π CSV Export Result
|
| 54 |
-

|
| 55 |
-
|
| 56 |
-
---
|
| 57 |
-
|
| 58 |
## π Fine-Tuning Results
|
| 59 |
|
| 60 |
| Metric | Value |
|
|
@@ -344,7 +326,7 @@ Weights are configurable via API parameter or Streamlit sidebar slider.
|
|
| 344 |
|
| 345 |
| Component | Technology |
|
| 346 |
|-----------|-----------|
|
| 347 |
-
| Core Model | Fine-tuned
|
| 348 |
| DL Framework | PyTorch 2.0+ |
|
| 349 |
| NLP Library | Hugging Face Transformers + Sentence-Transformers |
|
| 350 |
| REST API | FastAPI + Uvicorn |
|
|
@@ -411,17 +393,4 @@ This project is licensed under the **MIT License** β see [LICENSE](LICENSE) fo
|
|
| 411 |
Built as a portfolio project demonstrating Transformer-based NLP, semantic search, fine-tuning, REST API design, and production ML engineering practices.
|
| 412 |
|
| 413 |
**GitHub**: [github.com/Vishu200672/SmartHire-AI](https://github.com/Vishu200672/SmartHire-AI)
|
| 414 |
-
|
| 415 |
-
---
|
| 416 |
-
title: SmartHire AI
|
| 417 |
-
emoji: π¨
|
| 418 |
-
colorFrom: yellow
|
| 419 |
-
colorTo: yellow
|
| 420 |
-
sdk: docker
|
| 421 |
-
pinned: false
|
| 422 |
-
license: mit
|
| 423 |
-
short_description: Smarthire-AI Model
|
| 424 |
-
---
|
| 425 |
-
|
| 426 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 427 |
-
>>>>>>> baf962354e1d9489fd69e0a72ef89a968b89b38b
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: SmartHire AI
|
| 3 |
+
emoji: π―
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
license: mit
|
| 9 |
+
short_description: Transformer-based resume and job description matching API
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# π€ SmartHire AI: Transformer-Based Resume & Job Matching System
|
| 13 |
|
| 14 |
[](https://python.org)
|
|
|
|
| 37 |
|
| 38 |
---
|
| 39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
## π Fine-Tuning Results
|
| 41 |
|
| 42 |
| Metric | Value |
|
|
|
|
| 326 |
|
| 327 |
| Component | Technology |
|
| 328 |
|-----------|-----------|
|
| 329 |
+
| Core Model | Fine-tuned `all-MiniLM-L6-v2` (Sentence Transformers) |
|
| 330 |
| DL Framework | PyTorch 2.0+ |
|
| 331 |
| NLP Library | Hugging Face Transformers + Sentence-Transformers |
|
| 332 |
| REST API | FastAPI + Uvicorn |
|
|
|
|
| 393 |
Built as a portfolio project demonstrating Transformer-based NLP, semantic search, fine-tuning, REST API design, and production ML engineering practices.
|
| 394 |
|
| 395 |
**GitHub**: [github.com/Vishu200672/SmartHire-AI](https://github.com/Vishu200672/SmartHire-AI)
|
| 396 |
+
**HF Space**: [huggingface.co/spaces/Vishu2006/SmartHire-AI](https://huggingface.co/spaces/Vishu2006/SmartHire-AI)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|