Skip to content

Lets predict your IIT and know about IIT's and Branches available in them

License

Notifications You must be signed in to change notification settings

alexravi/IIT-PREDICTOR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Certainly! Here's a README file for the IIT-PREDICTOR project on GitHub:

IIT-PREDICTOR

IIT-PREDICTOR is a web application that predicts the chances of admission into Indian Institutes of Technology (IITs) based on JEE Advanced scores. It aims to assist students in understanding their likelihood of getting admitted to the prestigious IITs and helps them make informed decisions about their academic future.

Features

  • Predicts admission chances: The application predict the chances of admission into IITs based on JEE Main and Advanced scores.
  • Multiple IIT predictions: Users can get predictions for various IITs and courses to explore different options.
  • User-friendly interface: The web application provides an intuitive and user-friendly interface for inputting scores and viewing predictions.
  • Data visualization: The application provides graphical representations of data to help users understand the prediction results effectively.
  • Responsive design: The user interface is designed to work seamlessly on different devices and screen sizes.

Contributors

We would like to thank the following contributors for their valuable contributions to IIT-PREDICTOR:

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

Before contributing, please review the contribution guidelines.

Setup

Follow these steps to set up IIT-PREDICTOR locally:

Prerequisites

  • Python 3.x: Install the latest Python 3 version from the official Python website: Python Downloads
  • Pip: The Python package installer. It is usually bundled with Python. You can check if it's installed by running pip --version in the terminal.

Installation

  1. Clone the repository:

    git clone https://github.com/alexravi/IIT-PREDICTOR.git
  2. Change to the project directory:

    cd IIT-PREDICTOR
  3. Create a virtual environment:

    python3 -m venv venv
  4. Activate the virtual environment:

    • For Windows:

      venv\Scripts\activate
    • For macOS and Linux:

      source venv/bin/activate
  5. Install the dependencies:

    pip install -r requirements.txt
  6. Run the application:

    python app.py
  7. Access the application:

    Open a web browser and go to http://localhost:8000 to access the IIT-PREDICTOR application locally.

Usage

  1. Input your JEE Advanced scores into the provided fields.
  2. Select the desired IIT and course for prediction.
  3. Click the "Predict" button to view the chances of admission.

SNAPSHOTS

Screenshot 2023-07-03 at 2 35 33 PM Screenshot 2023-07-03 at 2 36 04 PM Screenshot 2023-07-03 at 2 36 12 PM Screenshot 2023-07-03 at 2 36 19 PM

License

IIT-PREDICTOR is released under the MIT License.

Acknowledgements

IIT-PREDICTOR was created by Alex Ravi as a personal project and is provided as an open-source application for others to use and learn from. The project utilizes various open-source libraries and tools, to which the author expresses gratitude.

Special thanks to the Python and Flask communities for their valuable contributions and support.

About

Lets predict your IIT and know about IIT's and Branches available in them

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published