Unknown92 commited on
Commit
7c6c975
·
1 Parent(s): f80ba7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,7 +4,7 @@ from sklearn.metrics.pairwise import cosine_similarity
4
  from keyphrasetransformer import KeyPhraseTransformer
5
  from wordcloud import WordCloud
6
  import matplotlib.pyplot as plt
7
- #import evaluate
8
 
9
  kp = KeyPhraseTransformer()
10
 
@@ -70,4 +70,4 @@ if st.button("Calculate Match Score"):
70
  st.write(list(missing_keywords))
71
  else:
72
  st.write("Please enter both the job description and resume.", )
73
- #accuracy = evaluate.load("accuracy")
 
4
  from keyphrasetransformer import KeyPhraseTransformer
5
  from wordcloud import WordCloud
6
  import matplotlib.pyplot as plt
7
+
8
 
9
  kp = KeyPhraseTransformer()
10
 
 
70
  st.write(list(missing_keywords))
71
  else:
72
  st.write("Please enter both the job description and resume.", )
73
+