Web app for Bayesian inference using Dash.jl and Turing.jl
From the project folder, enter the following commands in Julia REPL
julia>using Pkg
julia>Pkg.activate(".")
julia>include("run.jl")
From the project folder, enter the following commands in command line/terminal etc.
heroku login #then login to heroku app with your credentials
git push heroku master
Sometimes push won't work, then do
git push heroku master:master -f