Spaces:
Sleeping
Sleeping
Aqsa Kausar
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -50,7 +50,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 |
|
|
|
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 |
+
### 6. Pipeline Flow
|
54 |
+
<div align="center">
|
55 |
+
<img src="in-demand-flow.png" alt="Flow Image">
|
56 |
+
</div>
|
57 |
|
58 |
# Job Scraping
|
59 |
|