This project leverages machine learning to predict suitable career paths based on user input. By analyzing academic performance, skills, and interests, the system provides career recommendations tailored to the user's profile.
- Personalized Career Recommendations based on academic data and skill set.
- Machine Learning Model trained to classify career paths using user inputs.
- Interactive User Interface for input submission and viewing career suggestions.
- Python - Core programming language.
- Scikit-learn - For building and training the machine learning model.
- Flask - Web framework for creating the user interface.
- HTML/CSS - Frontend for user input and result display.
-
Clone the Repository
git clone https://github.com/kzohan2000/Carrer_PredictionSystem.git cd Carrer_PredictionSystem
-
Install Dependencies
pip install -r requirements.txt
-
Run the Application
python app.py
-
Access the Web App
Open your browser and navigate to
http://localhost:5000
to start using the Career Prediction System.
This project is licensed under the MIT License. See the LICENSE file for more details.