JobScore
A prototype to filter relevant jobs according to job seekers' needs and profile, JobScore matches the resume content with job listed online, and generates scoring system for suggested job list to make better decision
Key Features
- Rank job results according to suitability with user's profile and needs
- Automatically populates users' information by extracting information from resume
Tech Stack Used
- Flask: web application
Setup
On Linux/MacOS, run
pip install virtualenv
virtualenv venv
source ./venv/bin/activate
pip install -r requirements.txt
FLASK_APP=jobscore.py
flask run
On Windows, run
pip install virtualenv
virtualenv venv
source venv\scripts\activate
pip install -r requirements.txt
FLASK_APP=jobscore.py
flask run
Log in or sign up for Devpost to join the conversation.