Skip to content

efmanu/TuringDashApp.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turing Dash App

Web app for Bayesian inference using Dash.jl and Turing.jl

Run TuringDash App

From the project folder, enter the following commands in Julia REPL

    julia>using Pkg
    julia>Pkg.activate(".")
    julia>include("run.jl")
Step 2: Configurations for sampling

Animation5

Deploy in Herokuapp

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages