This is team 6's resume analyser. It's goal is to provide useful feedback on resumes using a large language model.
name | discord handle |
---|---|
Julia Torres | alarabread |
Aidan Krenz | _aidan._ |
Dylan Dunsheath | rockingwarrlor99 |
Angelo Sticca | gianzero |
Carlos Sarzo | cpsycle |
Stephen Ordway | resources_limited |
See SETUP.md
The frontend is in /frontend
. It is a next.js project that uses npm and node.
(in /frontend
)
npm run dev
(in /frontend
)
npm run test
The backend is in /backend
. It is an oak server that uses deno.
(in /backend
)
deno run dev
(in /backend
)
deno task test