College Predictor Based on Rank is a simple command-line tool built using C that helps you predict the possible colleges and branches you might get admission into—based on your EAMCET rank, gender, and reservation category.
Whether you're aiming for a top engineering college or want to explore your options, this tool gives you a quick idea of where you stand.
Start planning your college future with confidence!
Just enter your rank,gender and category—and get a list of possible colleges.
- About
- Features
- Limitations & Future Work
- Requirements
- Setup and Compilation
- Usage
- Screenshots
- License
This project is a college prediction tool designed for students who appear for the EAMCET entrance exam. Built entirely in C language, it helps predict the colleges and specific branches where a student might get a seat.
The tool takes three main inputs:
- EAMCET Rank
- Gender
- Reservation Category (General, OBC, SC, ST)
Based on this data, the program searches a predefined dataset and lists of colleges and branches where admission is possible.
- Predicts engineering colleges and branches based on EAMCET rank.
- Considers gender and reservation category for more accurate results.
- Displays a list of possible colleges and branches.
- Simple and fast command-line interface.
- Lightweight and written purely in C.
- Works with a limited dataset of colleges and branches.
- Predictions are based on fixed cutoff ranges and may not reflect the most current trends.
- Add real-time data integration from official sources.
- Include additional filters like location, college rating, and fees.
- Develop a GUI version for better user experience.
- Support predictions for other entrance exams.
- C compiler (GCC recommended)
- Basic command-line knowledge
- Works on any OS with a C compiler (Windows, Linux, macOS)
- Clone the repository:
git clone https://github.com/deepikagandla7456/College-Predictor-Based-on-Rank.git
cd College-Predictor-Based-on-Rank
- Compile the following command to start the application
gcc main.c -o main
To run the program
./main
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.