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!
The project uses techniques in Machine Learning and Name Entity Recognition (NER) Model.
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.
- Set targets and devise a service.
- Design websites with wordpress.
- Annotate datas with doccano.
- Train AI with spaCy.
Revenue | Cost |
---|---|
service charges | employee wages |
advertising fees | network usage fees |
sponsorship fees | Extra fees e.g. colab payments |
- 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.