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 virtualenvpython -m venv envenv\Scripts\activatepip install -r requirements.txtRun the following code on your terminal:
streamlit run app.pydocker pull spookbite/kronosv2:latestdocker run -p 8501:8501 spookbite/kronosv2This project is inspired by metakgp/kronos.