This project is an AI-powered system designed to predict student burnout risk and academic performance using machine learning models.
The goal is to identify early signs of burnout and provide actionable insights that can help improve student well-being and performance.
👉 https://ai-burnout-prediction-system-d5mndrdnitgpufzx9muc5y.streamlit.app
Student burnout is a growing issue that negatively impacts academic performance and mental well-being.
This project aims to:
- Predict burnout levels (Low / Medium / High)
- Estimate academic performance
- Provide personalized recommendations based on user input
- Python
- Scikit-Learn
- Streamlit
- Plotly
- gTTS (Text-to-Speech)
- NumPy & Pandas
- Logistic Regression → Burnout Classification
- Random Forest Regressor → Performance Prediction
- Burnout Risk Classification (Low / Medium / High)
- Academic Performance Prediction
- Interactive Visualizations (Radar Chart, Risk Gauge)
- AI-generated Voice Summary
- Personalized Recommendations
- Lifestyle factors (sleep, workload, stress) significantly impact burnout levels
- Early detection of burnout can help improve academic outcomes
- Personalized feedback can guide students toward healthier habits
Deployed using Streamlit Cloud for real-time user interaction.
- Dataset (CSV)
- Model files (.pkl)
- Streamlit app (app.py)
- Jupyter notebook (model development)
Kesar Deaulkar