This project uses Flask to build a web application that helps users
Thí application helps users determine the career groups that fits their personality and interests through a simple form. Data is pulled from an Execl file and a KNN model is used for perdictions.
To run this application, you need to:
- Install Python: Make sure you have Python (>= 3.6) installed.
- Install required libraries: Use pip to install the necessary libraries.
pip install Flask, pandas, sklearn