chelscelis
commited on
Commit
•
263ccb8
1
Parent(s):
89ca6c8
Upload utils.py
Browse files
utils.py
CHANGED
@@ -526,8 +526,7 @@ def writeGettingStarted():
|
|
526 |
st.write("""
|
527 |
##### Upload Resumes & Start Processing:
|
528 |
- Navigate to the "Classify" tab.
|
529 |
-
-
|
530 |
-
- Select the Excel file (.xlsx) containing the resumes you want to classify. Ensure that your Excel file has the "Resume" column with the resume text and any necessary columns for filtering or additional information.
|
531 |
- Click the "Start Processing" button.
|
532 |
- The app will analyze the resumes and categorize them into job industry categories.
|
533 |
######
|
@@ -574,7 +573,7 @@ def writeGettingStarted():
|
|
574 |
- Upload the job description as a text file. This file should contain the description of the job you want to compare resumes against.
|
575 |
- Upload the Excel file that contains the resumes you want to rank.
|
576 |
- Click the "Start Processing" button.
|
577 |
-
- The app will analyze the job description and rank the resumes based on their similarity to the job description.
|
578 |
######
|
579 |
""")
|
580 |
imgRnk1 = Image.open('rnk-1.png')
|
|
|
526 |
st.write("""
|
527 |
##### Upload Resumes & Start Processing:
|
528 |
- Navigate to the "Classify" tab.
|
529 |
+
- Upload the Excel file (.xlsx) containing the resumes you want to classify. Ensure that your Excel file has the "Resume" column containing the resume texts.
|
|
|
530 |
- Click the "Start Processing" button.
|
531 |
- The app will analyze the resumes and categorize them into job industry categories.
|
532 |
######
|
|
|
573 |
- Upload the job description as a text file. This file should contain the description of the job you want to compare resumes against.
|
574 |
- Upload the Excel file that contains the resumes you want to rank.
|
575 |
- Click the "Start Processing" button.
|
576 |
+
- The app will analyze the job description and rank the resumes based on their semantic similarity to the job description.
|
577 |
######
|
578 |
""")
|
579 |
imgRnk1 = Image.open('rnk-1.png')
|