This project is different from a tradtional Resume Parser.
You give it your resume and the job you're looking for, and it returns all the other skills you'd need to learn to increase the chances of getting your dream job.
-
the file code.ipynb has the main code which we used for the ".exe" file
-
the file main.py is the main file you have to run.
-
the code works if the numpy version is before 2.0.0
- Clone the Repository
git clone https://github.com/LazyHusky26/Resume_Parser.git-
Go to the folder
-
Make sure the following libraries are installed
- pdfplumber
- scikit-learn
pip install pdfplumber scikit-learn
-
Open the terminal and run
(WINDOWS)
python main.py (or) python3 main.py(MAC)
python3 main.py(LINUX)
python main.py (or) python3 main.py- Dataset Used
- Libraries Used - tkinter, csv, re, pdfplumber, sklearn




