Home

Awesome

NOTE: This repository is deprecated. For new Stipple examples check this Repository

Iris flowers dataset k-means clustering dashboard

Demo data dashboard built with Stipple.jl, StippleUI.jl, StippleCharts.jl, and Genie.jl

Installation

Clone/download repo.

Open a Julia REPL and cd to the app's dir.

julia> cd(...the app folder...)

Install dependencies

pkg> activate .

pkg> instantiate

Load app

julia> using Genie

julia> Genie.loadapp()

The application will start on port 8100. Open your web browser and navigate to http://localhost:8100.

Pick the x and y features to render the plots. Use the various slides to control the model.

<img src="https://genieframework.com/githubimg/Screenshot_Iris_Data.png" width=800>