An open API service indexing awesome lists of open source software.

https://github.com/metakgp/kronos

A webapp to serve past year grade distributions of IIT KGP students, for IIT KGP students
https://github.com/metakgp/kronos

gradekeeper-iitkgp grades-iitkgp kronos kronos2 metakgp

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

[![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](https://hub.docker.com/r/metakgporg/kronos).

## Getting started

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

### Using docker

1. Pull the Docker image
```shell
docker pull metakgporg/kronos:latest
```

2. Run the container
```shell
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
```shell
pip install virtualenv
virtualenv venv
source venv/bin/activate
```

2. Install Dependencies
```shell
pip install -r requirements.txt
```

3. Start the app
```shell
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.

- [Arpit Bhardwaj](https://github.com/proffapt)

### Creator(s)

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

- [Palkit Lohia](https://github.com/spookbite)

(back to top)

## Additional documentation

- [License](/LICENSE)
- [Code of Conduct](/.github/CODE_OF_CONDUCT.md)
- [Security Policy](/.github/SECURITY.md)
- [Contribution Guidelines](/.github/CONTRIBUTING.md)

(back to top)

[contributors-shield]: https://img.shields.io/github/contributors/metakgp/kronos.svg?style=for-the-badge
[contributors-url]: https://github.com/metakgp/kronos/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/metakgp/kronos.svg?style=for-the-badge
[forks-url]: https://github.com/metakgp/kronos/network/members
[stars-shield]: https://img.shields.io/github/stars/metakgp/kronos.svg?style=for-the-badge
[stars-url]: https://github.com/metakgp/kronos/stargazers
[issues-shield]: https://img.shields.io/github/issues/metakgp/kronos.svg?style=for-the-badge
[issues-url]: https://github.com/metakgp/kronos/issues
[license-shield]: https://img.shields.io/github/license/metakgp/kronos.svg?style=for-the-badge
[license-url]: https://github.com/metakgp/kronos/blob/main/LICENSE
[wiki-shield]: https://custom-icon-badges.demolab.com/badge/metakgp_wiki-grey?logo=metakgp_logo&style=for-the-badge
[wiki-url]: https://wiki.metakgp.org