# Resume Parser E-20 Jira Ticket --- [EA-20](https://egtos.atlassian.net/jira/software/projects/EA/boards/1?selectedIssue=EA-20) OSS repo --- https://github.com/DataTurks-Engg/Entity-Recognition-In-Resumes-SpaCy Algorithm in repo --- Spacy model Modules required **Train data:** Annotated data in json format with entity labels **Test data:** Annotated data in json format **Algorithm:** Entities are recognised by traing the spacy model. The follwing entities are recognised: 1. Companies Worked at 2. Skills 3. Graduation Year 4. College Name 5. Degree 6. Designation 7. Email Address 8. Location 9. Name **Inference code is unavilable** ![](https://i.imgur.com/6j0tPjs.png) * Model accuracy is good on test data set **Model performance on client data** * Not able to check due to lack of annotated training and test resume data. Challenges --- * It is built on older spacy versions and not working on latest spacy versions * No inference code is available * No annotation tools available