Skip to content
/ ResumAI Public

ResumAI, A.I project built with React, Firebase Auth, and Python.

Notifications You must be signed in to change notification settings

R4Rain/ResumAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Group members

James Martin 2440022050
Dave Aurellio 2440010012
Javier Islamey 2440016672
Lucky Laurens 2440028104

Brief Description

ResumAI is a website that able to recommend a job based on candidate skills or experiences that contain in their resume.

Features

  • Job Recommender.
  • Login, Signup, Logout with Firebase Auth.
  • Cloud Storage with Firebase Storage to store user resumes.

How our A.I works

  • Extract Skills or experiences on their resume by using spacy NLP NER (Named Entity Recognition).
  • Convert bunch of skills to TF-IDF vector.
  • Use KNN algorithm to do similarity matching with the provided datasets.
  • Recommend and display the jobs based on the KNN result.

Run Project

  • Install and run react
npm install
npm start
  • Install all python packages in requirement.txt
cd server
pip install -r requirements.txt
  • Run server on run.py
cd server
python run.py

About

ResumAI, A.I project built with React, Firebase Auth, and Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published