Skip to content

Latest commit

 

History

History
93 lines (73 loc) · 2.95 KB

File metadata and controls

93 lines (73 loc) · 2.95 KB


Streamlit Dashboard

About The Project

The purpose of this project was create an online multi-page dashboard for data analysis and visualizaion using Streamlit.

NOTE: Sensitive data has been replaced with random numbers using NumPy.

Getting Started

Scripts are comatable with Python 3.9.14+, Pandas 2.0+, NumPy 1.24+, Biopython 1.80+, Schedule 1.2+, , Streamlit 1.25+, Folium 0.14+, Streamlit-Folium 0.13+, Plotly 5.16.1.

Prerequisites

  • Python
  • Pandas
  • Slack
  • NumPy
  • Biopython
  • Schedule
  • Streamlit
  • Folium
  • Streamlit-folium
  • Plotly

Installation

conda create -n env_name python=3.9.14
conda install pandas
conda install numpy
conda install -c conda-forge schedule
conda install -c conda-forge streamlit
conda install -c conda-forge streamlit-folium
conda install -c conda-forge folium
conda install -c plotly plotly=5.16.1