spookbite / kronos2.0

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

Home Page:https://kronos.streamlit.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://kronos.streamlit.app/

License:MIT License


Languages

Language:Python 96.4%Language:Shell 2.0%Language:Dockerfile 1.4%Language:Procfile 0.3%