๐จ AI system that identifies at-risk students BEFORE failure and automatically assigns the right mentor using hybrid intelligence.
Institutions lack systems that proactively identify struggling students and take action before failure occurs.
HEPro AI+ bridges this gap by combining behavioral analytics with automated decision-making.
HEPro AI+ is an AI-powered decision intelligence system designed to understand students beyond marks.
Instead of waiting for students to fail, this system proactively identifies:
- hidden stress
- declining engagement
- productivity issues
- career confusion
โฆand automatically recommends what action should be taken โ and who should take it.
It transforms raw student data into clear, actionable mentoring decisions.
- Detects hidden high-risk students (even if grades look fine)
- Identifies behavioral patterns using ML clustering
- Assigns the most suitable mentor automatically
- Generates real-time intervention recommendations
โก๏ธ Output: Actionable mentoring decisions, not just analysis โก๏ธ Designed to support early intervention and reduce student failure rates through proactive decision-making.
Most systems only show what is wrong. HEPro AI+ goes one step further โ it answers:
โWhat should we do next?โ
This shift from analysis โ action is what makes it a Decision Intelligence System, not just an ML project.
This makes it not just a monitoring tool, but a decision-making engine.
The system starts with a realistic dataset of students containing:
- academic performance
- attendance
- stress & wellness indicators
- productivity & focus metrics
Each student is evaluated using a composite score:
SRI (Student Readiness Index) based on:
- Academic Performance (APS)
- Wellness (WWS)
- Productivity (PTMS)
- Career Readiness (CRS)
This ensures interpretability and transparency.
Using K-Means (K=4), students are grouped into behavioral personas such as:
- High-Achieving but Stressed
- Career Confused
- Stable & Balanced
- High-Risk Disengaged
This reveals behavioral patterns that traditional scoring completely misses.
This is the core of the system.
It decides:
- What is the student's biggest problem?
- What type of help is needed?
- Which mentor should be assigned?
Key logic:
- Wellness is always prioritized first
- High-risk students get immediate attention
- Mentor assignment is based on expertise + availability
The system intelligently assigns:
- Career mentors
- Wellness counselors
- Productivity coaches
It also ensures:
- No mentor overload
- Balanced workload distribution
The system produces:
-
๐
final_recommendations.csv
โ Includes cluster label, assigned mentor, intervention type, and priority level -
โ
alert_log.txt
โ High-risk student alerts requiring immediate action
These outputs demonstrate how HEPro AI+ transforms raw student data into actionable mentoring decisions with clear prioritization and intervention strategies.
HEPro-AI-Plus/
โ
โโโ assets/ # Output screenshots
โ โโโ final_recommendations_output.png
โ โโโ alert.png
โ โโโ pca_cluster_visualization.png
|
โโโ data/ # Input & processed datasets
โ โโโ students.csv
โ โโโ students_scored.csv
โ โโโ students_clustered.csv
โ โโโ mentors.csv
โ โโโ mentors_assigned.csv
โ โโโ cluster_profiles.json
โ
โโโ src/ # Core system logic
โ โโโ generate_data.py
โ โโโ scoring_system.py
โ โโโ run_clustering.py
โ โโโ run_matching.py
โ
โโโ notebooks/ # Development & experimentation
โ โโโ scoring_system.ipynb
โ โโโ student_segmentation.ipynb
โ โโโ mentor_matching_system.ipynb
โ
โโโ outputs/ # Final system outputs
โ โโโ final_recommendations.csv
โ โโโ alert_log.txt
โ
โโโ docs/ # Supporting documentation
โ โโโ SYSTEM_ARCHITECTURE.md
โ โโโ SCORING_LOGIC.md
โ โโโ CLUSTER_INSIGHTS.md
โ โโโ DECISION_INTELLIGENCE_REPORT.md
โ โโโ MENTORING_GUIDE.md
โ
โโโ requirements.txt
โโโ README.md
pip install -r requirements.txtpython src/generate_data.py
python src/scoring_system.py
python src/run_clustering.py
python src/run_matching.pystudents.csv
โ
students_scored.csv
โ
students_clustered.csv
โ
final_recommendations.csv + alert_log.txt
Data โ Scoring โ Clustering โ Decision Engine โ Mentor Assignment โ Alerts
- Hybrid AI Architecture (Rule-Based + Machine Learning)
- Explainable decision-making
- Early risk detection
- Smart mentor allocation
- Modular & scalable design
- Not just prediction โ decision-making system
- Combines rule-based logic + ML (hybrid AI)
- Prioritizes wellness over academics
- Includes mentor capacity constraints
- Fully explainable (no black-box decisions)
- Feedback loop (learning from outcomes)
- Dashboard (Streamlit / Plotly)
- Real-time monitoring system
- Integration with institutional databases
This project demonstrates:
- Applied Machine Learning
- Decision Intelligence Systems
- Real-world problem solving
- Explainable AI design
Suitable for:
- AI/ML roles
- Data Science internships
- Backend + ML system design discussions
- Python
- Pandas, NumPy
- Scikit-learn (K-Means)
- Matplotlib / Seaborn
- Jupyter Notebook
- Simulated dataset of 50 students
- 12 mentors with capacity constraints
- End-to-end automated pipeline execution
Developer: Harshit Sharma | LinkedIn Profile
HEPro AI+ is not just analyzing students โ
it is making the right decisions at the right time, for the right student.
If you found this project useful or interesting, consider giving it a โญ โ it helps increase visibility and motivates further development.


