Aqsa Kausar commited on
Commit
16c94f5
·
unverified ·
1 Parent(s): 16eb72b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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