# \[Show and Tell\] - COVID SEIR Model Dash Application

**URL:** https://community.plotly.com/t/show-and-tell-covid-seir-model-dash-application/51147
**Category:** Dash Python
**Tags:** show-and-tell
**Created:** [March 18, 2021, 2:33am UTC](https://community.plotly.com/t/show-and-tell-covid-seir-model-dash-application/51147 "2021-03-18T02:33:12Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![matthewchan](https://sea2.discourse-cdn.com/flex024/user_avatar/community.plotly.com/matthewchan/32/13104_2.png) [@matthewchan](https://community.plotly.com/u/matthewchan)
#### Post date: [March 18, 2021, 2:33am UTC](https://community.plotly.com/t/show-and-tell-covid-seir-model-dash-application/51147/1 "2021-03-18T02:33:12Z")

</div>

I’m very excited to share a Python Dash dashboard showcasing a mock-data visualization of a COVID-19 SEIR interventions model. SEIR models provide insight into epidemiological dynamics.

The dashboard allows users to tweak model parameters and visualize the resulting COVID-19 hospitalization, death rate, and daily cases.

Dash Application: [https://intervention-model.herokuapp.com/](https://intervention-model.herokuapp.com/)

As part of a proof of concept for a customer, we were tasked with recreating Healthcare Coalition’s R-Shiny dashboard into a Dash app with serious time constraints. In just 1.5 weeks we reproduced the entire dashboard achieving parity with all the key features:

- Charts and controls for decision-makers to interact with their COVID-19 model
- Toggleable sidebar and panels to save precious screen real estate
- Written exclusively in Plotly’s Dash and Dash Design Kit
- A mobile-friendly experience

Zyphr is a Plotly Dash consulting and development company, ran by ex-Plotlyites who saw a gap in the market for expert consulting and development. We love Dash and Plotly just as much as you folks and decided to share our expertise! We provide consulting, Plotly Dash application development, and software engineering (dev-ops, deployment, testing, etc).

If you’re interested in working with us please reach out via email or Calendly. Thanks!

Website: [http://www.zyphr.ca/#](http://www.zyphr.ca/#)  
Consultation: [http://www.zyphr.ca/#contact-us](http://www.zyphr.ca/#contact-us)  
Email: matthew@zyphr.ca

---

<div class="post-metadata">

### Author: ![chriddyp](https://sea2.discourse-cdn.com/flex024/user_avatar/community.plotly.com/chriddyp/32/16855_2.png) [@chriddyp](https://community.plotly.com/u/chriddyp)
#### Post date: [March 30, 2021, 6:56pm UTC](https://community.plotly.com/t/show-and-tell-covid-seir-model-dash-application/51147/2 "2021-03-30T18:56:02Z")

</div>

Beautiful work @matthewchan ! Here are some screenshots for those passing through 🙂

 ![Screen Shot 2021-03-30 at 11.54.28 AM](https://us1.discourse-cdn.com/flex024/uploads/plot/original/2X/1/1f0dd29f5ab96d1b0c60a2ebd34e109929f7aab4.png)

* * *

 ![Screen Shot 2021-03-30 at 11.54.42 AM](https://us1.discourse-cdn.com/flex024/uploads/plot/original/2X/7/73e18dca041f98d472d0d8d5b4c054d21bb69fad.png)

* * *

 ![Screen Shot 2021-03-30 at 11.54.57 AM](https://us1.discourse-cdn.com/flex024/uploads/plot/original/2X/2/24c355d15e0a558b3e48e4962981204d1acb26cc.png)

---

<div class="post-metadata">

### Author: ![david\_p](https://avatars.discourse-cdn.com/v4/letter/d/858c86/32.png) [@david\_p](https://community.plotly.com/u/david_p)
#### Post date: [February 24, 2023, 1:34pm UTC](https://community.plotly.com/t/show-and-tell-covid-seir-model-dash-application/51147/3 "2023-02-24T13:34:21Z")

</div>

Matthew, this app looks amazing. Is the toggleable sidebar based on the ddk.Sidebar component?
