Table of Contents
This project aims to compare resume and find the most similar ones. The first part is to extract informations from the resume database and create a dataset. The second part is to create a model that compare the different resumes (not implemented yet)
-
Clone the repo
git clone git@github.com:Pablousse/NLP-Radix.git
-
Install dependencies
pip install -r requirements.txt python3 -m spacy download en_core_web_sm
You can find the data we worked with on : Curriculum Vitae
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request