Git Product home page Git Product logo

resumefilter's Introduction

Resume-Filter

Extracting relevant information from resume using Deep Learning.

Getting Started

Installation

Steps: It is recommended to do the installation in anaconda virtual environment to avoid issues with dependencies. You can skip creating conda virtual environment(at your own risk!)

  1. Run conda create --name resumefilter python=3.7.6
  2. conda activate resumefilter
  3. git clone https://github.com/0dust/ResumeFilter.git
  4. cd ResumeFilter
  5. pip install -U setuptools
  6. pip install -e .

Usage

Data Preparation

Getting training data is most challenging part due to lack of publicaly available dataset of resume. Currently, to create training data you will have to manually label the lines of resume.

1.Put the resume in data/training_data folder. Currently only .pdf and .docx format supported.

2.Run utils/create_training_data.py. A popup will be created. Annote the lines of resume in the same.

Training

3.Run start_training.py.

4.Trained model will be saved in trained_model folder.

Ready to use!

5.Put the resume to parse in data/resume_to_parse folder. Only .pdf and .docx format supported.

6.Run predict.py

resumefilter's People

Contributors

0dust avatar

Watchers

James Cloos 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.