Skip to content

gigeresk/moma-parser

Repository files navigation

1. Install Git LFS

MoMa collection requires git LFS (large file support)

Ubuntu/Debian:

sudo apt-get install git-lfs

MacOS:

brew install git-lfs

2. Install Node.js and npm

Ubuntu/Debian:

sudo apt install npm

MacOS

Follow instructions (https://nodejs.org/en/download|here)

3. Set up MoMa submodule

git submodule update --init
git submodule foreach git lfs pull

4. Standalone environment setup

npm init -y
npm install -D typescript @types/node tsx

5. Run standalone program

npx tsx random_collection.ts

About

Parses the MoMA collection repository to generate a random work of art

Resources

Stars

Watchers

Forks

Contributors