clean up
Browse files- README.md +12 -3
- images/in-demand-flow.png +0 -0
- images/skills_logo.png +0 -0
README.md
CHANGED
@@ -9,7 +9,10 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
13 |
|
14 |
## About
|
15 |
|
@@ -19,7 +22,10 @@ This projects aims to monitor in-demand skills for machine learning roles. Skill
|
|
19 |
|
20 |
### [Monitoring Platform Link](https://huggingface.co/spaces/Robzy/jobbert_knowledge_extraction)
|
21 |
|
22 |
-
|
|
|
|
|
|
|
23 |
|
24 |
- **Hugging Face Spaces**: Used as an UI to host interactive visualisation of skills embeddings and their clusters.
|
25 |
- **GitHub Actions**: Used to schedule training, inference and visualisation-updating scripts.
|
@@ -50,7 +56,10 @@ The skill extraction model is finetuned with respect to the extracted groundtrut
|
|
50 |
Skills are extracted from job-postings with finetuned model
|
51 |
### 5. Embedding & visualization
|
52 |
Extracted skills are embedded, reduced and clustered with an embedding model, UMAP and K-means respectively.
|
53 |
-
|
|
|
|
|
|
|
54 |
|
55 |
# Job Scraping
|
56 |
|
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
<h1>
|
13 |
+
<img src="./skills_logo.png" alt="Logo" width="30" height="30">
|
14 |
+
In-demand Skill Monitoring for Machine Learning Industry
|
15 |
+
</h1>
|
16 |
|
17 |
## About
|
18 |
|
|
|
22 |
|
23 |
### [Monitoring Platform Link](https://huggingface.co/spaces/Robzy/jobbert_knowledge_extraction)
|
24 |
|
25 |
+
<h2>
|
26 |
+
<img src="./skills_logo.png" alt="Logo" width="30" height="30">
|
27 |
+
Architecture & Frameworks
|
28 |
+
</h2>
|
29 |
|
30 |
- **Hugging Face Spaces**: Used as an UI to host interactive visualisation of skills embeddings and their clusters.
|
31 |
- **GitHub Actions**: Used to schedule training, inference and visualisation-updating scripts.
|
|
|
56 |
Skills are extracted from job-postings with finetuned model
|
57 |
### 5. Embedding & visualization
|
58 |
Extracted skills are embedded, reduced and clustered with an embedding model, UMAP and K-means respectively.
|
59 |
+
### 6. Pipeline Flow
|
60 |
+
<div align="center">
|
61 |
+
<img src="in-demand-flow.png" alt="Flow Image">
|
62 |
+
</div>
|
63 |
|
64 |
# Job Scraping
|
65 |
|
images/in-demand-flow.png
ADDED
![]() |
images/skills_logo.png
ADDED
![]() |