Grimoire

Logo

Your Data, Your Story

View the Project on GitHub aether-ai/grimoire

Grimoire is an open source platform to create interactive data stories, without needing to code. Grimoire is powered by Streamlit which provides a full stack framework for developing data driven applications.

Interactive Demo

Try demo

Running

Requires docker

git clone https://github.com/aether-ai/grimoire
cd grimoire
bash grim_run.sh

Features

Grimoire is like a web site builder for data analysis.

You can mix and match individual components to create your own workflow or use predefined templates.
Each component is referred to as a spell, while a collection of spells is a Grimoire.
Spells are made up of python code integrated with Streamlit to provide user interaction.

Example workflows

Here are some example workflows

Visualize your Data

Pair plot Heatmap

Train your own Model

View data Train model Predict with Model

Create your own Workflow

Create workflow