Filter me is a cross platform application, which helps recruiters to find relevant and the most recommended candidates for a particular job position.
- One of the cleanest UI friendly app out there, Filter Me uses machine learning to segregate resumes according to the groups and skills of the candidates, and sorts them.
- It also suggests candidates suitable for your job position taking into consideration the skills and experience of the candidates below.
- Frontend: Flutter Application
- Backend: Python3
- Framework: Flask
- Machine Learning Model: en_web_core_sm (NLP)
- Libraries: Available in requirements.txt.
- Fork this Repository.
- Change into he directory in the terminal and run as:
-
cd server
-pip3 install -r requirements.txt
-python3 manage.py runserver
- Open your web browser and enter the following URL:
localhost:8000
- Fork this Repository.
- Clone your Fork on a different branch:
git clone -b <name-of-branch> https://github.com/nachiketbhuta/filter-me.git
- After adding any feature:
- Goto your fork and create a pull request.
- We will test your modifications and merge changes.
This project was done as a part of CSI - KJSCE HackIt 2.0 Hackathon 2020 with no pre-preparation in less than 24 hours.