Skip to content

Resume Classifier using NLP and Machine Learning, Create Flask Application to predict Category given PDF resume file.

Notifications You must be signed in to change notification settings

anajikadam/Resume-Classifier

Repository files navigation

Resume-Classifier

Resume Classifier using NLP and Machine Learning, Create Flask Application to predict Category given PDF resume file.

clone:

git clone https://github.com/anajikadam/Resume-Classifier.git

create Virtual Environment:

In Anaconda Command Prompt

cd Resume-Classifier

python -m venv Venv

Venv\Scripts\activate

pip install -r requirements.txt

Run:

python app.py Flask Server Run on http://127.0.0.1:5000/


pdf Reader from Command Prompt and text file save in directory


train Model from Command Prompt


test Model from Command Prompt


Flask App Image for dir AppImages/


File upload from Postman and test api


Train Model From api url


Train Model on new data from api url

New data is text files which is store in predTextFile/ Folder which convert in dataframe and append to existing data and train again

Dataset

Kaggle Dataset Link

Future work

Improve Model performance.

About

Resume Classifier using NLP and Machine Learning, Create Flask Application to predict Category given PDF resume file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published