image imagewidth (px) 182 1.02k | label class label 8.42k
classes |
|---|---|
0a-belloguet | |
0a-belloguet | |
0a-belloguet | |
1a-j-casson | |
1a-j-casson | |
1a-j-casson | |
1a-j-casson | |
2a-marsingall | |
2a-marsingall | |
3a-neville-lewis | |
3a-neville-lewis | |
3a-neville-lewis | |
3a-neville-lewis | |
4a-r-middleton-todd | |
4a-r-middleton-todd | |
4a-r-middleton-todd | |
4a-r-middleton-todd | |
5aaron-blaise | |
5aaron-blaise | |
5aaron-blaise | |
5aaron-blaise | |
6aaron-douglas | |
6aaron-douglas | |
6aaron-douglas | |
6aaron-douglas | |
7aaron-edwin-penley | |
7aaron-edwin-penley | |
7aaron-edwin-penley | |
7aaron-edwin-penley | |
8aaron-horkey | |
8aaron-horkey | |
8aaron-horkey | |
8aaron-horkey | |
9aaron-jasinski | |
9aaron-jasinski | |
9aaron-jasinski | |
9aaron-jasinski | |
10aaron-limonick | |
10aaron-limonick | |
11aaron-martinez | |
11aaron-martinez | |
12aaron-siskind | |
12aaron-siskind | |
12aaron-siskind | |
12aaron-siskind | |
13aase-berg | |
13aase-berg | |
13aase-berg | |
13aase-berg | |
14abbott-fuller-graves | |
14abbott-fuller-graves | |
14abbott-fuller-graves | |
14abbott-fuller-graves | |
15abbott-handerson-thayer | |
15abbott-handerson-thayer | |
15abbott-handerson-thayer | |
15abbott-handerson-thayer | |
16abdel-hadi-al-gazzar | |
16abdel-hadi-al-gazzar | |
16abdel-hadi-al-gazzar | |
16abdel-hadi-al-gazzar | |
17abdul-mati-klarwein | |
17abdul-mati-klarwein | |
18abdur-rahman-chughtai | |
18abdur-rahman-chughtai | |
19abed-abdi | |
19abed-abdi | |
20abelardo-morell | |
20abelardo-morell | |
20abelardo-morell | |
21abigail-larson | |
21abigail-larson | |
21abigail-larson | |
21abigail-larson | |
22abraham-cooper | |
22abraham-cooper | |
22abraham-cooper | |
22abraham-cooper | |
23abraham-cruzvillegas | |
23abraham-cruzvillegas | |
23abraham-cruzvillegas | |
23abraham-cruzvillegas | |
24abraham-harris-benson | |
24abraham-harris-benson | |
24abraham-harris-benson | |
24abraham-harris-benson | |
25abraham-mintchine | |
25abraham-mintchine | |
25abraham-mintchine | |
25abraham-mintchine | |
26abraham-pether | |
26abraham-pether | |
26abraham-pether | |
26abraham-pether | |
27abraham-rattner | |
27abraham-rattner | |
27abraham-rattner | |
27abraham-rattner | |
28abraham-solomon | |
28abraham-solomon |
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
artist-styles
Static gallery of artist styles. Plain HTML/JS (index.html) reading from
data/artists.json and images/ — no build step, no dependencies.
Running with Docker
docker.sh runs the site in a python:3.12-slim container serving the project
directory with python3 scripts/server.py (a stdlib-only server: static files
plus a small favorites API). The container is named artist-styles, restarts
automatically (--restart=always), and serves on port 7803 by default.
./docker.sh # (re)create the container, then tail its logs
./docker.sh q # same, but don't tail logs
./docker.sh -p 1111:2222 # override the port mapping (host:container)
Starting always removes any existing artist-styles container first, so
re-running the script is the way to pick up config changes.
Management subcommands:
./docker.sh bash # shell into the running container
./docker.sh logs # tail container logs
./docker.sh rm # remove the container
Then open http://localhost:7803 (or whatever host port you mapped).
No pip cache volume is needed — the server and all scripts are Python
stdlib-only. If pip dependencies are ever added, mount one with
-v artist-styles_pip:/root/.cache/pip in the docker run call.
Running without Docker
./serve.sh [port] # python3 scripts/server.py, default port 8000
scripts/server.py serves the static files (like http.server) and adds a
small favorites API (GET/PUT/POST /api/favorites). Favorites are persisted
to data/favorites.json as a JSON array of artist ids.
Maintaining the data
python3 scripts/add_artist.py --name "Jane Doe" --category painting [images...]
python3 scripts/validate.py # integrity check of data/artists.json + images/
- Downloads last month
- 2,781