Giter Club home page Giter Club logo

resumeparser's Introduction

Resume Parser

The project aims to develop a machine learning-based solution for automated resume detection and extraction. With the increasing volume of job applications, it becomes challenging for recruiters to manually review and extract information from each resume. This project seeks to streamline and expedite the resume screening process by leveraging machine learning algorithms.

The system will utilize state-of-the-art natural language processing (NLP) techniques and machine learning models to analyze and extract relevant information from resumes using SpaCy, Pandas, NumPy, Sciki-Learn etc.

Installation Steps

  pip install -r requirements.txt

Execution Steps

=> Just locate your Command Prompt or Powershell to Project Folder

=> Run the following command to activate the flask API server

  python app.py

=> Here we have two endpoints "/resumeparser" and "/resumedetection".

=> "/resumeparser" is directly extracting information from PDF file without ensuring that the given PDF file is RESUME or not.

=> "/resumedetection" is checking first that the given PDF file is RESUME or not and after that if it is then it will start to extract information from it else it will simply display that the given PDF file is not RESUME.

=> To use the service of API, you have give the following inputs to PostMan...

  1. Create a new request with POST method and http://127.0.0.1:5000/resumedetection

  2. In authorization tab, give username and password credentials which are defined in .env file of the project.

  3. In Body tab move to form-data tab, enter key as "filePath" and select type of input as File and select file from values column.

  4. Also give the information of your desired information like name, email, phone or skills in array withe key value "extractFields" and select type of input as Text and give that array into Values column as ["name", "email", "phone"] if you want to have only name , email and phone from the uploaded PDF file.

  5. If you want to have all information from PDF file then no need to follow step 4.

resumeparser's People

Contributors

parikhvedant2003 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.