celise88 commited on
Commit
12ed3cd
·
unverified ·
1 Parent(s): 7420aeb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -7,6 +7,9 @@
7
  Note: This is an in-progress FastAPI version of the "ONET-Application" Flask app in my repo.
8
 
9
  ## To Access the App:
 
 
 
10
  #### Note:
11
  * You must have python3.10.9 installed.
12
 
@@ -45,4 +48,4 @@ And navigate to http://localhost:8000/ in your browser
45
 
46
  ## Version history:
47
 
48
- * Initial commit - 2/3/2023 - Allows users to select a job title to learn more about and get a brief description of the selected job and the major tasks involved, which is dynamically scraped from https://onetonline.org. The job neighborhoods page was generated by using Co:here AI's LLM to embed ONET's task statements and subsequently performing dimension reduction using t-SNE to get a 2-D representation of job "clusters." The distance between jobs in the plot corresponds to how similar they are to one another - i.e., more similar jobs (according to the tasks involved in the job) will appear more closely "clustered" on the plot.
 
7
  Note: This is an in-progress FastAPI version of the "ONET-Application" Flask app in my repo.
8
 
9
  ## To Access the App:
10
+ https://huggingface.co/spaces/celise88/Pathfinder
11
+
12
+ ## To Clone the App and Run it Locally:
13
  #### Note:
14
  * You must have python3.10.9 installed.
15
 
 
48
 
49
  ## Version history:
50
 
51
+ * Initial commit - 2/3/2023 - Allows users to select a job title to learn more about and get a brief description of the selected job and the major tasks involved, which is dynamically scraped from https://onetonline.org. The job neighborhoods page was generated by using Co:here AI's LLM to embed ONET's task statements and subsequently performing dimension reduction using t-SNE to get a 2-D representation of job "clusters." The distance between jobs in the plot corresponds to how similar they are to one another - i.e., more similar jobs (according to the tasks involved in the job) will appear more closely "clustered" on the plot.