Skip to content
/ kronos Public

A webapp to serve past year grade distributions of IIT KGP students, for IIT KGP students

License

Notifications You must be signed in to change notification settings

metakgp/kronos

Contributors Forks Stargazers Issues MIT License Wiki


image

Previous year course wise grade statistics
Website · Request Feature / Report Bug

Table of Contents

About The Project

image

This webapp displays previous year's grade distribution for the selected course. It has been hosted with streamlit as an app but is still under development.

You can find the container image here on dockerhub.

Getting started

To set up a local instance of the application, follow the steps below.

Using docker

  1. Pull the Docker image

    docker pull metakgporg/kronos:latest
  2. Run the container

     docker run -p 8501:8501 metakgporg/kronos

Note

You can change the {PORT}:8501 to your desired PORT.

Without docker

  1. Configure the virtual environment

    pip install virtualenv
    virtualenv venv
    source venv/bin/activate
  2. Install Dependencies

    pip install -r requirements.txt
  3. Start the app

    streamlit run app.py

Contact

📫 Metakgp - Metakgp's slack invite Metakgp's email metakgp's Facebook metakgp's LinkedIn metakgp's Twitter metakgp's Instagram

Maintainer(s)

The currently active maintainer(s) of this project.

Creator(s)

Honoring the original creator(s) and ideator(s) of this project.

(back to top)

Additional documentation

(back to top)