Skip to content

Latest commit

 

History

History
58 lines (47 loc) · 1.84 KB

README.md

File metadata and controls

58 lines (47 loc) · 1.84 KB


ArminC AutoExec

SFU Open-source Development Club
Fall 2023 Project

Resume Evaluator Software Service using Naive Bayes Classifiers

CreditsStorybookTestingDevelopment SetupProduction Setup

Live demo



The SWE Resume Evaluator is a Software-as-a-Service (SaaS) web application that automatically classifies and assesses users' resumes to determine their suitability for software engineering roles, such as SWE, ML, and QA engineers.

Naive Bayes classifier is used for natural language processing.

Credits

Project Lead Jusung Park @Pentaminum
Project Lead Jiin Kim @jiin-kim109

Developer Kathy Cho @heyj0jo
Developer Seunghwan Kim @SHKim331
Developer Tommy (Kanggeon) Oh @TommyOh0428
Developer Daniel Pham @dp357

Designer Gripen Chan @GripenANM

Storybook

A Storybook server is provided to allow browsing the components used in this project.

npm run storybook

Testing

Run Jest and React-Testing-Library tests on React code.

npm run test

Run server-side API testing code.

cd server
npm run test