Mark2Rank JEE is a simple tool designed to predict the rank of students based solely on their marks in the JEE Advanced examination. It provides a straightforward method to estimate your rank without leveraging historical data or machine learning models, relying purely on user input and a predefined mark-to-rank mapping.
- Rank Prediction: Quickly estimate your JEE Advanced rank by inputting your marks.
- User-Friendly Interface: Simple and easy-to-use for students and educators.
- Lightweight: No external datasets or complex models required, making it fast and efficient.
Follow these instructions to run the project locally.
- Python 3.x
- Clone the repository:
git clone https://github.com/5iri/Mark2Rank_JEE
- Navigate to the project directory:
cd Mark2Rank_JEE
- To run the program, you would need jupyter notebook.
- Run the
rank_predictor.py
script. - Enter your JEE Advanced marks when prompted.
- The program will output an estimated rank based on the predefined mapping.
Contributions to improve the tool or expand its functionality are welcome! Feel free to open an issue or submit a pull request.
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m 'Add feature'
- Push the changes to your branch:
git push origin feature-branch
- Open a pull request.