Genie Builder users: any app with the UI implemented in html (usually app.jl.html
) can be directly opened in Genie Builder.
See the Genie app gallery for the full list with screenshots.
- Genie Builder tutorial: app explaining how to build apps with Genie Builder
- Histogram: generate a random vector and plot a histogram
- Iris clustering: plots, table, parameterization of the k-means clustering algorithm
- German credits: dashboard with plots, tables, badges and data filtering
- Lorenz equations: real-time simulation of differential equations
- Travelling salesman: interactive map using JuMP to calculate optimal path
- Boston Data Explore: multiple tabs
- Neural network training: dashboard to control the training of a neural network
- Whisper: transcribe a Youtube video with Whisper
- CSV uploader: upload a CSV file and plot a histogram from its columns
- Multi page app: multi-page app with pages for data exploration, neural network training, and a REST API
- Robot arm controller: interactive dashboard for controlling a robot arm with live data visualization
- Documentation AI chat: ask questions about installed Julia packages documentation using LLM and RAG
- US soil measurements: visualize soil measurements across the US from a 2GB dataset
- Dynamic system simulation: simulation of MPPT controller for solar panel battery charging optimization
- Insurance data analysis: browse and filter insurance data with plots and tables
- Stock inspector: get price data, trend plots, and news for US market stocks
- Todo list: simple todo list showcasing Genie's low-code features
- Cellular Potts Model: visualize cell migration and division using the cellular Potts model
- Weather data forecast: train a neural ODE for weather data forecasting
- World map: display data on a world map with configurable markers
- MRI classifier: detect tumors in brain MRI images using neural networks
- BERT embeddings: explore semantic relationships using the BERT model from Huggingface
- Julia Pkg downloads: visualize download trends of Julia packages