Career ready
Career ready
Career Ready is a website to assist students in finding the suitable career for them based on the information they supply on the self-assessment form.
Our proposed Career Guidance recommendation system takes into consideration the students’ abilities in academics, technicality, interests, skills, and knowledge
Taking these inputs machine learning algorithms will be applied and suitable job roles will be suggested
ML Algorithms will be using : K-nearest neighbors (KNN)
For setting up the project 1. cd Flask_Setup 2. Initialize virtual environment py -3 -m venv .venv .venv
- Install dependency pip install flask
- Run the application python -m flask run