Previous year course wise grade statistics
Website
·
Request Feature / Report Bug
Table of Contents
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.
To set up a local instance of the application, follow the steps below.
-
Pull the Docker image
docker pull metakgporg/kronos:latest
-
Run the container
docker run -p 8501:8501 metakgporg/kronos
Note
You can change the {PORT}:8501
to your desired PORT.
-
Configure the virtual environment
pip install virtualenv virtualenv venv source venv/bin/activate
-
Install Dependencies
pip install -r requirements.txt
-
Start the app
streamlit run app.py
The currently active maintainer(s) of this project.
Honoring the original creator(s) and ideator(s) of this project.