issues
search
tcet-opensource
/
resume-screener
AI based resume analysis and recommendation tool
GNU General Public License v2.0
46
stars
14
forks
source link
#31 resume length
#62
Closed
sanyamjain0315
closed
1 year ago
sanyamjain0315
commented
1 year ago
Make a file './utils/ats_functions.py' which has class 'Ats_Functions' and make the function under this class
[x] Check for number of characters/words in resume
[x] Ensure that the number does not exceed a specific threshold
[x] Return weather resume is acceptable (character count)
rrahulg
commented
1 year ago
[x] checked the number of characters/words from
resume
the json file (temp.json)
[x] ensured that the number doesnt exceed a specific threshold
[x] returned True if acceptable else returns False