Skip to content

RAHUL-SINGARIA/Josaa-data-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JoSAA-Data-Analyzer

JoSAA-Data-Analyzer is a Django web application that predicts the chances of admission into Indian Institutes of Technology (IITs) based on JEE Advanced scores.

Features

  • Filter cutoff ranks based on categories like institute, program, seat type, and more.
  • Visualize cutoff ranks using interactive line charts and bar graphs.
  • Compare cutoff ranks across multiple years and institutes.
  • User authentication and authorization for personalized experience.
  • Admin panel for managing data and user accounts.

Contributors

We would like to thank the following contributors for their valuable contributions to JoSAA-Data-Analyzer:

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

Setup

Follow these steps to set up JoSAA-Data-Analyzer 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/SriChaitu/JoSAA-Data-Analyzer.git
  2. Change to the project directory:

    cd JoSAA-Data-Analyzer
  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. Run the application:

    python manage.py runserver
  6. Access the application:

    Open a web browser and go to http://localhost:8000 to access the JoSAA-Data-Analyzer locally.

Usage

  • Browse the available programs and institutes.
  • Use the provided filters to narrow down the cutoff ranks based on criteria like institute, program, seat type, and more.
  • View the cutoff ranks in the form of interactive line charts.
  • Compare cutoff ranks across multiple years and institutes.

Screenshots

Screenshot (270) Screenshot (271) Screenshot (272) Screenshot (273) Screenshot (274) Screenshot (275) Screenshot (276) Screenshot (277) Screenshot (278) Screenshot (279) Screenshot (280) Screenshot (281) Screenshot (282) Screenshot (284) Screenshot (285)

License

JoSAA-Data-Analyzer is released under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published