Vishu2006 commited on
Commit
bb780c0
Β·
1 Parent(s): 91e794e

Fix: resolve merge conflict, add HF Spaces YAML metadata

Browse files
Files changed (1) hide show
  1. README.md +13 -44
README.md CHANGED
@@ -1,4 +1,14 @@
1
- <<<<<<< HEAD
 
 
 
 
 
 
 
 
 
 
2
  # πŸ€– SmartHire AI: Transformer-Based Resume & Job Matching System
3
 
4
  [![Python](https://img.shields.io/badge/Python-3.9%2B-3776ab?style=flat-square&logo=python)](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
- ![Upload & Analyze](assets/Screenshot%202026-06-26%20160129.png)
34
-
35
- ### πŸ“Š Match Results β€” Pipeline Summary & Score Distribution
36
- ![Match Results](assets/Screenshot%202026-06-26%20160148.png)
37
-
38
- ### πŸ“Š Match Results β€” Charts & Per-Candidate Cards
39
- | Pie Chart + Scatter Plot | All Candidate Score Cards |
40
- |--------------------------|--------------------------|
41
- | ![](assets/Screenshot%202026-06-26%20160204.png) | ![](assets/Screenshot%202026-06-26%20160227.png) |
42
-
43
- ### πŸ” Skill Gap Analysis
44
- | Skill Chips (Matching / Missing / Critical) | Skill Matrix & Cross-Candidate Comparison |
45
- |--------------------------------------------|------------------------------------------|
46
- | ![](assets/Screenshot%202026-06-26%20160310.png) | ![](assets/Screenshot%202026-06-26%20160324.png) |
47
-
48
- ### πŸ† Candidate Ranking
49
- | Leaderboard + Top Candidate Gauge | Score Breakdown + CSV Export |
50
- |----------------------------------|------------------------------|
51
- | ![](assets/Screenshot%202026-06-26%20160347.png) | ![](assets/Screenshot%202026-06-26%20160404.png) |
52
-
53
- ### πŸ“ CSV Export Result
54
- ![CSV Export](assets/Screenshot%202026-06-26%20160431.png)
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 DistilBERT / `all-MiniLM-L6-v2` |
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
  [![Python](https://img.shields.io/badge/Python-3.9%2B-3776ab?style=flat-square&logo=python)](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)