Campus Placement Predictor
π Project: Campus Placement Predictor
π¨π» Author: Shailesh Gupta
π GitHub: View Source Code
π‘ Q: What problem does this project solve?
Many students go through their campus years wondering: "Will I get placed?"
This project aims to answer that question — by building a machine learning model that predicts the likelihood of campus placement based on a student’s academic profile and background.
π ️ Q: What kind of data is used?
The model uses structured data containing:
- Academic scores (SSC, HSC, degree, MBA)
- Work experience
- Specialization
- Gender, streams, and placement status
It’s a real-world classification task where the output is binary: Placed ✅ or Not Placed ❌
π Q: How does the model work?
After cleaning and preprocessing the data, I trained models using:
- Logistic Regression
- Decision Trees
Evaluation metrics like accuracy, confusion matrix, and ROC-AUC were used to validate performance.
π¬ Q: Can I try it live?
Absolutely! Here's the app in action π
π Try the Placement Predictor App
π Q: What’s in the GitHub repo?
- Cleanly structured Jupyter notebook
- Preprocessing, model building & evaluation steps
- Streamlit app for real-time prediction
π― Q: What did I learn?
- Handling imbalanced data in classification problems
- Importance of feature encoding and selection
- Deploying real-life educational ML models for user interaction
π Stay Connected
If you liked this project, feel free to star the GitHub repo ⭐ or connect with me on LinkedIn.
More education and career-focused AI tools coming soon — stay tuned π
π Tags:
Campus Placement, Career Prediction, Logistic Regression, Machine Learning, Education AI, Streamlit, Python, Classification, Student Projects

Comments
Post a Comment