Skip to content

This project helps students to predict which colleges and branches they might get based on their EAMCET rank, category, and gender using a dataset..

License

Notifications You must be signed in to change notification settings

deepikagandla7456/College-Predictor-Based-on-Rank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation


GitHub license GitHub issues GitHub contributors GitHub last-commit

Wondering which college you might get into with your EAMCET rank?

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.


Table of Contents


About

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.


Features

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

Limitations & Future Work

Limitations:

  • Works with a limited dataset of colleges and branches.
  • Predictions are based on fixed cutoff ranges and may not reflect the most current trends.

Future Enhancements:

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

Requirements

  • C compiler (GCC recommended)
  • Basic command-line knowledge
  • Works on any OS with a C compiler (Windows, Linux, macOS)

Setup and Compilation

  1. Clone the repository:
git clone https://github.com/deepikagandla7456/College-Predictor-Based-on-Rank.git
cd College-Predictor-Based-on-Rank
  1. Compile the following command to start the application
 gcc main.c -o main

Usage

To run the program

./main

Screenshots

User Input Screen Image

Predicted Results Image

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

About

This project helps students to predict which colleges and branches they might get based on their EAMCET rank, category, and gender using a dataset..

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages