luisrodriguesphd commited on
Commit
e988085
1 Parent(s): 24dda0a

doc: add docs folder and update readme with images

Browse files
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  # ResumeWorth
2
 
3
  Discover Your True Market Value and Optimize Your Earnings Potential!
@@ -32,6 +42,12 @@ ResumeWorth utilizes a step-by-step process to analyze your professional backgro
32
  5. **Job Matching**: Get direct links to job opportunities that match your profile.
33
  6. **Resume-Job Match Explanation**: Understand how your resume aligns with job opportunities through detailed explanations provided by our Retrieval-Augmented Generation (RAG) technology.
34
 
 
 
 
 
 
 
35
  <a name="gettingstarted"/></a>
36
  ## 3. Getting Started
37
  [Back to ToC](#toc)
 
1
+ ---
2
+ title: Resume Worth
3
+ emoji: 🤖
4
+ colorFrom: pink
5
+ colorTo: blue
6
+ sdk: docker
7
+ pinned: false
8
+ license: apache-2.0
9
+ ---
10
+
11
  # ResumeWorth
12
 
13
  Discover Your True Market Value and Optimize Your Earnings Potential!
 
42
  5. **Job Matching**: Get direct links to job opportunities that match your profile.
43
  6. **Resume-Job Match Explanation**: Understand how your resume aligns with job opportunities through detailed explanations provided by our Retrieval-Augmented Generation (RAG) technology.
44
 
45
+ In addition to the inference pipeline mentioned above, there are two additional pipelines: data indexing, which indexes job vacancies in a vector store, and data collection, which gathers job vacancy information from the most renowned job sites. The complete architecture of the platform is illustrated in the figure below.
46
+
47
+ <p align="center">
48
+ <img src="./docs/images/ResumeWorth_Architecture.svg" alt="" width="500">
49
+ </p>
50
+
51
  <a name="gettingstarted"/></a>
52
  ## 3. Getting Started
53
  [Back to ToC](#toc)
docs/images/ResumeWorth_Architecture.png ADDED
docs/images/ResumeWorth_Architecture.svg ADDED