kronos-the-gradekeeper
kronos-the-gradekeeper copied to clipboard
[MIGRATED TO KRONOS] A webapp to serve past year records-grade distributions of IITKGP
Previous year course wise grade statistics
Website
·
Request Feature / Report Bug
Table of Contents
- About The Project
-
Getting Started
- Using Docker
- Without Docker
-
Contact
- Maintainer(s)
- Creator(s)
- Additional documentation
About The Project
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.
Getting started
To set up a local instance of the application, follow the steps below.
Using docker
-
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.
Without docker
-
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
Contact
Maintainer(s)
The currently active maintainer(s) of this project.
Creator(s)
Honoring the original creator(s) and ideator(s) of this project.
(back to top)
Additional documentation
- License
- Code of Conduct
- Security Policy
- Contribution Guidelines
(back to top)