Skip to content

IntelliHire transforms hiring by intelligently evaluating candidate eligibility, providing instant verdicts. Say goodbye to keyword-based delays – detailed analyses shared directly with employers. Welcome to the future of efficient recruitment.

Notifications You must be signed in to change notification settings

AyushModi123/IntelliHire_Backend

Repository files navigation

Intelli-Hire

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.

Demo

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

Project Showcase

Landing Page 1.1

1

Landing Page 1.2

2

Landing Page 1.3

3

Landing Page 1.4

4

SignUp

signup

SignIn

signin

Recruiter Dashboard

dashboard

Post New Job

newjob

Job Details

job

Applicant Landing Page

applicantdetails

Upload Resume

resumeupload

Skill Assessment

skillassessment

Verdict Page

verdict

Developer Quickstart

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.

About

IntelliHire transforms hiring by intelligently evaluating candidate eligibility, providing instant verdicts. Say goodbye to keyword-based delays – detailed analyses shared directly with employers. Welcome to the future of efficient recruitment.

Topics

Resources

Stars

Watchers

Forks