A Python app to display up-to-date NHSN data, including:
- Fraction Reporting
- Weekly Admission Data
To run this app, you need to create a Python environment using conda or venv.
streamlit
numpy
matplotlib
pandas
datetime
epiweeks
plotly
-
Create and Activate the Environment:
- Using
conda
:conda create -n nhsn-env python=3.9 conda activate nhsn-env
- Using
venv
:python -m venv nhsn-env source nhsn-env/bin/activate # On Windows: nhsn-env\Scripts\activate
- Using
-
Install Required Packages:
pip install streamlit numpy matplotlib pandas datetime epiweeks plotly
-
Clone the Repository:
cd nhsn-streamlit
streamlit run nhsn.app
For Questions/Comments please email: [email protected]