3 stage SIR epidemic simulation

Hi,

Congratulations to the team behind Bokeh. As I found it ~ 1 month ago I was shocked to discover that it is possible to create interactive visualizations with pure clean python. I am still shocked actually :slight_smile:

My first Bokeh project is an interactive discrete SIR epidemic model with 3 independent stages (free expansion, confinement, deconfinement). It is available here:

https://lo.gic.li/viral

The source code is here:

(see the /web directory)

Cheers,
GH

1 Like

Hi ghomem,

Your simulator looks great! Thanks for sharing! We’d like to put out a tweet about it, if that’s alright with you; do you have a twitter handle we should tag?

Hi Carolyn,

It is totally OK.

I don’t have a twitter handle but you can use my github handle (@ghomem).

Thanks for Bokeh, what an amazing tool :slight_smile:

Regards,
Gustavo

Updated for readability with separate plots and added slider for infection period Standard Deviation.

Cheers,
GH