/demo2

GenieBuilder demo app - Iris Clustering

Primary LanguageHTML

Iris Flower Clustering

Demo app for the Iris Flower Clustering algorithm. Created with GenieBuilder, Genie and Julia.

Installation

Clone the repository and install the dependencies:

First cd into the project directory then run:

$> julia --project -i -e 'using Pkg; Pkg.instantiate()'

Then run the app

$> julia --project
julia> using GenieFramework
julia> Genie.loadapp() # load app
julia> up() # start server

Usage

Open your browser and navigate to http://localhost:8000/


Alternatively, register/login at https://geniecloud.app and import the app. You can then deploy it to the cloud.