The Online Placement Prediction System, where student can estimate their chances of securing on-campus placements, considering several parameters such as Stream, CGPA, Internship, Backlogs and more. Students can estimate their results within few clicks by submitting short form. The website usage the machine learning model to analyze the input parameters. The dataset downloaded from the www.Kaggle.com for testing.
- By leveraging the Random Forest Classification technique, the model has been train to analyze the input parameteers and makes predictions ragarding the outcome.
- The Machine Learing Model (Random Forest Classification) achieved 94% precision and 88% accuracy.
- HTML, CSS, Python.
- Flask framework.
- Jupyter Notebook.
User redirected to the result page after submitting form.
https://placement-prediction-18gm.onrender.com/
Steps:
- Clone Project
git clone https://github.com/akshaykoganur/placement_prediction.git
- Installing dependancies
pip install -r requirements.txt
- Run
python app.py