
Create a web-based data visualization system that analyzes student academic performance across semesters. The system should display subject-wise results, attendance trends, and pass percentages through interactive charts to help faculty and administrators identify performance gaps and improvement areas.
Collect sample student academic datasets (marks, attendance, departments).
Design database schema for storing student records.
Develop a backend using PHP/Node.js/Python (Flask/Django).
Implement CRUD operations for academic data.
Create dashboards using Chart.js/Power BI/Tableau.
Add filtering options (department, semester, subject).
Implement login system for admin and faculty users.
Include downloadable performance reports.
Perform validation checks on input data.
Conduct testing for system usability.
Deploy system locally or on hosting platform.
Prepare documentation and user manual.