Spaces:
Runtime error
Runtime error
Commit
·
652b10f
1
Parent(s):
f1d6be5
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ def match(CV,JD):
|
|
| 54 |
skillset_dict = create_skillset_dict(resume_names, resume_texts)
|
| 55 |
jd_skillset = create_skill_set(nlp(JD))
|
| 56 |
match_pairs = [match_skills(jd_skillset, skillset_dict, name) for name in skillset_dict.keys()]
|
| 57 |
-
return match_pairs
|
| 58 |
|
| 59 |
exp=["Who is steve jobs?","What is coldplay?","What is a turing test?","What is the most interesting thing about our universe?","What are the most beautiful places on earth?"]
|
| 60 |
|
|
|
|
| 54 |
skillset_dict = create_skillset_dict(resume_names, resume_texts)
|
| 55 |
jd_skillset = create_skill_set(nlp(JD))
|
| 56 |
match_pairs = [match_skills(jd_skillset, skillset_dict, name) for name in skillset_dict.keys()]
|
| 57 |
+
return match_pairs
|
| 58 |
|
| 59 |
exp=["Who is steve jobs?","What is coldplay?","What is a turing test?","What is the most interesting thing about our universe?","What are the most beautiful places on earth?"]
|
| 60 |
|