Skip to content

Pushkar3232/College_Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🎓 College Prediction System

A web-based College Prediction System that helps students determine suitable colleges based on their scores, preferences, and other relevant data. This tool leverages predictive algorithms to suggest colleges and streamline the admission process.


🚀 Features

  • Predict colleges based on:
    • Exam scores (e.g., SAT, ACT, or other standardized tests)
    • Preferred course or major
    • Location preferences
  • Detailed insights about suggested colleges
  • User-friendly interface for data input
  • Backend support for handling large datasets
  • Secure and scalable design

🛠️ Technology Stack


📂 Project Structure

CollegePredictionSystem/
├── frontend/
│   ├── index.html
│   ├── styles.css
│   └── app.js
├── backend/
│   ├── app.py
│   ├── models/
│   │   └── predictor.py
│   ├── routes/
│   │   └── api.py
│   └── templates/
├── data/
│   ├── college_dataset.csv
│   └── processed_data.pkl
├── .gitignore
├── requirements.txt
└── README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published