Skip to content

hyun-hyang/ResumEmphasizer

Repository files navigation

AI writer, making bullet points on the basis of Job Descriptions(JDs).

It is a short term training project with peoplespace.

Language : Workframe: docker, wordpress, MySQL, Apache, php, spaCy

Slogan : Resumes with Impact: Creating Strong Bullet Points!

Introduction

The project uses techniques in Machine Learning and Name Entity Recognition (NER) Model.

WHY ResumEmphasizer

We refine your resume further. Our aim is to make your resumes pass through the HR filter by highlighting your strengths using Ai trained to find Bulletpoint.

We make your resumes pass through HR filter.

Score your resume compared to other applicants.

Trained AI looks for bulllet points. flowchart

Main activities

Revenue Cost Model

Revenue Cost
service charges employee wages
advertising fees network usage fees
sponsorship fees Extra fees e.g. colab payments

Directory Details

  • CVs.txt : Contains 250 extracted resumes in text format from indeed.com, file format is converted to txt to be used at Docanno.
  • collectCV.py : Python script to automate the process of extracting CVs from indeed.com. While this program is running, every new text copied to clipboard is saved as a CV in CVs/ directory in text format.
  • jobdescription.csv : CSV file containing cleaned job descriptions from Kaggle. Dataset can be found here
  • resume.ipynb : ipynb file containing trained data of resumes from google colab.
  • jd.ipynb : ipynb file containing trained data of job descriptions from google colab.