Aqsa Kausar commited on
Commit
3143b26
·
unverified ·
1 Parent(s): 0de3a7e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -7
README.md CHANGED
@@ -95,12 +95,10 @@ We generate embeddings for technical skills listed in .txt files and visualizes
95
  - **3D Projection**: Saved as interactive HTML files in the `./plots` folder.
96
  - **3D Clustering Visualization**: Saved as HTML files, showing clusters with different colors.
97
 
 
98
 
 
 
 
 
99
 
100
-
101
-
102
- 1. Scraping
103
- 2. Tagging of JP
104
- - tag date
105
- 3. Training
106
- 4. Visualisation
 
95
  - **3D Projection**: Saved as interactive HTML files in the `./plots` folder.
96
  - **3D Clustering Visualization**: Saved as HTML files, showing clusters with different colors.
97
 
98
+ # Scheduling
99
 
100
+ - scrapping: We run scrapping weekly to fetch job descriptions for machine learning from LinkedIn
101
+ - LLM tagging:
102
+ - Training:
103
+ - Embedding and visualization: On weekly basis, we also use the skills extracted to create their embeddings and visualize them using KMeans clustering
104