checkMatch.py is used to find the similarity between two document. isHooper.py gives us the probablity that how likely jobseeker will dropout.
Some python module that are required. isHopper.py -dateutil
- docx
checkMatch.py
- TfidfVectorizer
- cosine_similarity
- docx
- pip install python-docx
- pip install python-dateutil
- pip install numpy scipy scikit-learn
NOTE : Make sure you have the dataset folder in the same directory as this file
- python checkMatch.py
- Then enter the names of file whom you want to compare
Let if jobseeker's resume file name is ved.docx and and employer's requirement file name is employer.docx isHopper.py
- python3 isHopper.py
- ved.docx It will give you number between 0 to 4.
checkMatch.py You should run this code where you have saved all files.
- python3 checkMatch.py
- python3 isHopper.py
- Then enter the resume name without the extension.
- Parth goyal
- Mayank mussadi
This project is licensed under the MIT License.