SFU Open-source Development Club
Fall 2023 Project
Resume Evaluator Software Service using Naive Bayes Classifiers
Credits • Storybook • Testing • Development Setup • Production Setup
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.
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
A Storybook server is provided to allow browsing the components used in this project.
npm run storybook
Run Jest and React-Testing-Library tests on React code.
npm run test
Run server-side API testing code.
cd server
npm run test