As 4th year Research Project module we have to do a research and come up with a software solution for that research problem. So that we develop a woow-accademy web application.
In the competitive job market, verifying qualifications and skills in candidates' CVs can be challenging. To address this issue, we've pioneered an innovative assessment method.Our central objective of this research is to provide a fair and robust evaluation of a candidate's English language proficiency, fluency, and their overall skill set. There are four main sub objectives in this research such as English language proficiency test matching, Skill proficiency test matching, Leaderboard generation, Cv generation. furethermore we are use NLP (natural language processing), ML (machine learning)for this research.This pioneering approach aims to offer employers a more dependable and comprehensive means of gauging the qualifications and capabilities of job applicants, ultimately streamlining the hiring process and ensuring the selection of the most qualified candidates for the job.
- Ishan Nayanajith - IT20618568 (Leader)
- Madhusha Prasad Silva - IT20614126
- Randi Jayakody - IT20643768
- Shashini Ranaweera - IT20641856
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run dev
Build the application for production:
# npm
npm run build
# pnpm
pnpm run build
# yarn
yarn build
# bun
bun run build
Locally preview production build:
# npm
npm run preview
# pnpm
pnpm run preview
# yarn
yarn preview
# bun
bun run preview
Check out the deployment documentation for more information.