Skip to content

devriesewouter89/CoGhentToiletPaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoGhentToiletPaper

Project

Bringin heritage closer to the people.

An installation interpreting images from Collectie van de Gentenaar.

The installation places images on a unique timeline, where each image is semantically connected one way or the other.

This timeline is then printed on toilet paper.

That's about as close as it gets to the people.

prototype

installation

  1. Start with a 64-bit raspberry pi OS as Git lfs needs 64 bits

    tip: enable SSH & setup headless wifi via raspberry pi Imager and CTRL+SHIFT+X

  2. Install GIT-lfs:

wget -c https://github.com/git-lfs/git-lfs/releases/download/v3.2.0/git-lfs-linux-arm64-v3.2.0.tar.gz -O - | tar -xvzf -
cd git-lfs-3.2.0
sudo ./install.sh
  1. clone the repo with submodules and lfs:
git clone --recurse-submodules https://github.com/devriesewouter89/CoGhentToiletPaper/
cd CoGhentToiletPaper
git lfs pull
git submodule update --init --recursive
  1. copy .env.template to .env and adapt to your needs.
  2. install graphviz: sudo apt install graphviz
  3. install poetry: curl -sSL https://install.python-poetry.org | python3 -
  4. install all packages: poetry install
  5. enable the environment: poetry shell

//: # TODO: adapt prep_env.sh

Nice to haves

a web ui

perhaps in flutter? to check the state of the statemachine