This project helps visualize and predict academic performance using semester-wise CGPA and SGPA trends. It includes both student-specific and batch-level analytics, making it easier to understand academic progress and goals.
- π Visualizes CGPA/SGPA trends over semesters
- π§βπ Student and batch-level performance insights
- π― Target CGPA goal checker with required performance estimates
- π§ CGPA prediction based on trends from senior batches
- π Shows rank and class percentile
- Frontend: React, Tailwind CSS, Recharts
- Backend: Node.js, Express
- Database:MongoDb
git clone https://Puzzling762/CGPA_Predictor.git
cd cgpa-predictor
###2. Start the backend
cd backend
npm install
node server.js
βοΈ Make sure to configure environment variables (e.g., .env file) if required.
###3. Start the frontend
cd frontend
npm install
npm run dev