Skip to content

Puzzling762/CGPA_Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CGPA Predictor 🎓📊

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.

🗂️ Project Structure

├── frontend/ ├── backend/

🚀 Features

  • 📈 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

🛠️ Tech Stack

  • Frontend: React, Tailwind CSS, Recharts
  • Backend: Node.js, Express
  • Database:MongoDb

🧪 Running Locally

1. Clone the repository

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

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published