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.
pip install virtualenv
python -m venv env
env\Scripts\activate
pip install -r requirements.txt
Run the following code on your terminal:
streamlit run app.py
docker pull spookbite/kronosv2:latest
docker run -p 8501:8501 spookbite/kronosv2
This project is inspired by metakgp/kronos.