Skip to content

tolgahancepel/dash-julia-applications

Repository files navigation

Dash Julia Applications

Dash Julia is a framework created by Plotly, and allows you to create web analytics applications. You can find example applications in this repository. If you have any questions, feel free to ask me or Dash Julia Community Forum.

Applications

  • Tokyo Olympic Medals — Live on Heroku


  • Body Mass Index (BMI) Calculator — Live on Heroku


  • PES2021 Players — Live on Heroku


  • Activation Functions in Neural Networks — Live on Heroku

  • Object Detection with YOLOv3 — (Couldn't deploy on Heroku because memory/storage limits)

    P.S. If you see an error, please try refreshing the page. It's about Heroku's limited memory.

Installation and Usage

  1. Install all dependencies listed in Project.toml - for example:
using Pkg
Pkg.add("Dash")
  1. Run app.jl to launch a local Dash server to host the app. Visit http://127.0.0.1:8050/ to see the application (use the following code in a command line).
/path/to/julia app.jl

or, if you added julia to PATH:

julia app.jl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published