Skip to content

A web app to serve past year records-grade distributions of IIT KGP

License

Notifications You must be signed in to change notification settings

spookbite/kronos2.0

Repository files navigation

kronos2.0

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

You can go here for the live version of the project. Make your choices wisely :)

You can find the container image here.

Setup

(Without Docker)

Install virtual environment module

pip install virtualenv

Create a virtual environment (say env)

python -m venv env

Activate the virtual environment

env\Scripts\activate

Install Dependencies

pip install -r requirements.txt

Run the following code on your terminal:

streamlit run app.py

Using Docker

Pull the Docker image

docker pull spookbite/kronosv2:latest

Run the container

docker run -p 8501:8501 spookbite/kronosv2

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

Credits

This project is inspired by metakgp/kronos.