This project is built to analyze and visualize student academic performance data.
- π₯ Load student data from CSV or Excel files
- π Analyze performance: average, highest, lowest scores
- π Generate visualizations: bar charts, pie charts, histograms
- π§ Optional: Predict scores using Linear Regression or other ML models
- π§Ή Handle missing or inconsistent data
main.py
β Main script for running the analysisdata/students.csv
β Sample dataset (roll no, name, subject-wise marks)analysis.py
β Contains functions for computing statisticsvisualize.py
β Plot graphs using matplotlib/seabornrequirements.txt
β List of required packages