MadhushaPrasad / woow-academy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Woow-academy

login

Personalized Skill Evaluation for Optimal Job Placement

Group ID : TMP-2023-24-047

Description about the research

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.

Figma design

Group Members

- Ishan Nayanajith - IT20618568 (Leader)

- Madhusha Prasad Silva - IT20614126

- Randi Jayakody - IT20643768

- Shashini Ranaweera - IT20641856

🌱 Contributors


Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

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.

About

License:GNU General Public License v3.0


Languages

Language:Vue 91.0%Language:TypeScript 4.8%Language:JavaScript 3.2%Language:CSS 0.9%Language:Shell 0.0%