This project focuses on the problem of current ATS systems which ranks the candidate's resume based on keywords and take weeks before employer replies back to candidate's application. We have come up with a solution to easily check the eligibility of candidate and give a verdict whether he/she is selected or not. Detailed analysis of resume is shown only to employer.
Project is still in development stages, you can check it out here: https://intellihire.netlify.app/
Watch the video demo here: https://www.youtube.com/watch?v=n0-fcReN0Gg
Landing Page 1.1
Landing Page 1.2
Landing Page 1.3
Landing Page 1.4
SignUp
SignIn
Recruiter Dashboard
Post New Job
Job Details
Applicant Landing Page
Upload Resume
Skill Assessment
Verdict Page
Clone this repository:
https://github.com/AyushModi123/Intelli-Hire.git
Setup a virtual environment using:
python -m venv c:\path\to\myenv
Install the required dependencies listed in requirements.txt using pip:
pip install -r requirements.txt
Install the required dependencies listed in package-lock.json using npm:
npm install
In the project directory, run these two commands in separate terminals:
python app.py
Runs the server on localhost
npm start
Runs the front-end of the app.
Open http://localhost:3000 to view it in your browser.
You will also need to set the OPENAI_API_KEY, your MONGODB_URL and APP_SECRET_KEY in .env file.