Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 1.01 KB

File metadata and controls

64 lines (40 loc) · 1.01 KB

Preview

Streamlit App

COVID Dashboard


Installation

Navigate to the folder you wish to use

$ cd Users/me/Desktop

Initalize git

$ git init

Clone the repo

$ git clone https://github.com/caly-pso/disease_dashboard_app.git

Move into the project root folder

$ cd disease_dashboard_app

Setup the Environment

Create virtual environment

$ python -m venv .venv

Activate the environment

$ source .venv/bin/activate

Run the Application

Install the requirements

$ pip install -r requirements.txt

Run the application locally

$ streamlit run disease_dashboard.py