- This is the official repository for the BCS FAP (Freshers Amatuer Projects) - Resume Rater
- Mentors of the Project :
- Gaurav Rampuria
- Shruti Sekhar
- Siddhant Shekhar
- The aim of this project is to build a resume parser.
- Week 0 - Basics of Python (Numpy, Pandas)
- Week 1 - Basics ML algorithms (Linear Regression, Logistic Regression)
- Week 2 - Data Preprocessing
- Week 3 - Introduction to SpaCy and NLTK
- Week 4 & 5 - Model training and testing
- Open your terminal (in case of Mac) or Cmd (Windows)
- Enter the following commands
git clone https://github.com/siddhanttt2506/RESUME-RATER.git
- This will Clone the repository onto your local machine
- To Update/Sync the repo with the changes, run the following command:
cd /path/to/the/cloned/repo
git pull
- Fork the repository.
- Clone the forked repository to your local machine.
- Create a folder and add your assignments to it.
- Push the files to your forked repository using the appropriate commands.
- Make a pull request to the original repository.
- Assignments should be named as:
firstname_rollno_assignmenttopic.ipynb
- Each folder should follow the format:
firstname_rollno_assignment_assignmentnumber
Note: Make sure to include both assignments in each folder.