The College Performance and Ranking Application is designed to help students compare colleges based on key parameters such as placement, faculty experience, fees, and average package. It also includes a College Recommendation System that suggests suitable colleges based on user preferences and Machine Learning predictions for ranking analysis.
- 📊 College Comparison – Compare colleges side by side with detailed insights.
- 🤖 Machine Learning Predictions – Provides ranking based on past trends and analytics.
- 🎯 College Recommendation System – Suggests colleges based on filters like stream, ratings, placement, and fees.
- 📈 Performance Analytics – Visualizes trends using Plotly.
- 🌐 User-Friendly UI – Built with Flask, HTML, CSS (Tailwind/Sass), and JavaScript.
- Frontend: HTML, CSS (Sass), Tailwind CSS, JavaScript
- Backend: Python (Flask)
- Database: CSV Dataset (Can be extended to SQL/NoSQL)
- Machine Learning: KNN, Decision Tree for Recommendation System
- Visualization: Plotly, Matplotlib
📦 College-Performance-Ranking
├── 📁 static # CSS, JS, Images
├── 📁 templates # HTML templates
├── 📁 models # ML models for ranking & prediction
├── 📄 app.py # Flask backend
├── 📄 dataset.csv # College data
├── 📄 README.md # Project documentation
├── 📄 requirements.txt # Dependencies
└── 📄 config.py # Configurations
git clone https://github.com/yourusername/college-ranking-app.git
cd college-ranking-apppip install -r requirements.txtpython app.pyhttp://127.0.0.1:5000/
- Select Colleges – Choose colleges to compare.
- View Insights – Get details like placement, faculty experience, and fees.
- ML-Based Predictions – See future performance trends.
- College Recommendation – Get the best college suggestions.
- ✅ Integrate SQL Database for efficient data management.
- ✅ More ML Algorithms for better ranking and prediction.
- ✅ User Authentication for personalized college recommendations.
Contributions are welcome! Feel free to fork the repository and create pull requests.
This project is licensed under the MIT License.
- Mayank – GitHub
💡 For any queries, feel free to reach out! 🚀