This document presents a university recommendation system that uses machine learning algorithms like KNN and SVM to analyze student profile data and recommend top universities with the highest chance of admission. The system collects data on student attributes and admission outcomes from 45 universities on the edulix.com forum. It cleans, pre-processes and selects important features from the data. Models are trained using KNN and SVM classification and used to suggest a top 10 university list customized for new student profiles to maximize chances of acceptance. The system aims to help students struggling with the complex university selection process.