iwashuman0405 commited on
Commit
8da7791
·
verified ·
1 Parent(s): 1a1949a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -1 +1,17 @@
1
- "# SHL Assessment Recommender"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: SHL Assessment Recommendation App
3
+ emoji: 📊
4
+ colorFrom: indigo
5
+ colorTo: blue
6
+ sdk: streamlit
7
+ sdk_version: "1.32.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ # SHL Assessment Recommendation App
13
+
14
+ This Streamlit app recommends SHL assessments based on job descriptions or queries using `nomic-ai/nomic-embed-text-v1` embeddings and Langchain.
15
+
16
+ ---
17
+