Skip to content

BuiltWithGenie/MultiPageApp

Repository files navigation

Multipage demo app

A multi-page app including:

  • An exploratory data analysis display of a dataset.
  • A setup for configuring and training a machine learning model on the data.
  • A REST API to serve the model.

preview

Installation

Clone the repository and install the dependencies:

First cd into the project directory then run:

$> julia --project -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/