metakgp / kronos

A webapp to serve past year grade distributions of IIT KGP students, for IIT KGP students
https://kronos.streamlit.app
GNU Affero General Public License v3.0
3 stars 4 forks source link
gradekeeper-iitkgp grades-iitkgp kronos kronos2 metakgp
[![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url] [![Wiki][wiki-shield]][wiki-url]


image

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

Table of Contents - [About The Project](#about-the-project) - [Getting Started](#getting-started) - [Using Docker](#using-docker) - [Without Docker](#without-docker) - [Contact](#contact) - [Maintainer(s)](#maintainers) - [Creator(s)](#creators) - [Additional documentation](#additional-documentation)

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
  1. 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)