All Projects → avitalp → metmuseum-oa-explore

avitalp / metmuseum-oa-explore

Licence: MIT license
Tools to explore Met museum's openaccess datasets

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to metmuseum-oa-explore

grafana-monitoring-art
Grafana Monitoring Art datasource
Stars: ✭ 38 (+137.5%)
Mutual labels:  art
microbium-app
Draw new worlds
Stars: ✭ 89 (+456.25%)
Mutual labels:  art
SuperformulaSVG
2D superformula line-art generator built in Processing, with SVG export for use in digital fabrication workflows.
Stars: ✭ 40 (+150%)
Mutual labels:  art
generative.fm
A platform for playing generative music in the browser.
Stars: ✭ 1,557 (+9631.25%)
Mutual labels:  art
pointu
✏️ Pointillisme tool based on Weighted Voronoi Stippling
Stars: ✭ 32 (+100%)
Mutual labels:  art
geometrize-haxe-demo
Demo using Geometrize Haxe and HaxeFlixel to recreate images with geometric primitives
Stars: ✭ 17 (+6.25%)
Mutual labels:  art
timelens
Timelens command-line client
Stars: ✭ 39 (+143.75%)
Mutual labels:  art
beeref
BeeRef Reference Image Viewer
Stars: ✭ 201 (+1156.25%)
Mutual labels:  art
NFT.net
An engine developed with .NET Core to generate NFT's through a graphical interface. Simple as that, in the best Grab & Go style.
Stars: ✭ 294 (+1737.5%)
Mutual labels:  art
flutter rough
A Flutter implementation of the rough.js library
Stars: ✭ 77 (+381.25%)
Mutual labels:  art
events
Materials related to events I might attend, and to talks I am giving
Stars: ✭ 22 (+37.5%)
Mutual labels:  open-access
corruption-loops
Digitally disintegrating music
Stars: ✭ 37 (+131.25%)
Mutual labels:  art
generative
A digital playground for experimenting with creative coding and WebGL
Stars: ✭ 50 (+212.5%)
Mutual labels:  art
mandelbrot
A mandelbrot fractal viewer in javascript using svelte
Stars: ✭ 30 (+87.5%)
Mutual labels:  art
Allusion
A free and open source desktop application for managing your visual library
Stars: ✭ 265 (+1556.25%)
Mutual labels:  art
QuietVR
A Quiet Place in VR: Generate any 3D object with your voice. It's magic!
Stars: ✭ 17 (+6.25%)
Mutual labels:  art
OSODOS
Open Science, Open Data, Open Source
Stars: ✭ 23 (+43.75%)
Mutual labels:  open-access
e621-api-docs
Documentation library for the e621's API
Stars: ✭ 34 (+112.5%)
Mutual labels:  art
linkedresearch.org
🌐 linkedresearch.org
Stars: ✭ 32 (+100%)
Mutual labels:  open-access
MagicaVoxel File Writer
MagicaVoxel File Writer dependency free cpp class
Stars: ✭ 26 (+62.5%)
Mutual labels:  art

metmuseum-oa-explore

Tools to explore Met museum's openaccess datasets

met_objects.sql contains the converted CSV dataset as a MySQL table. All records for items classified as "Paintings" have been populated with link to full-size image as well as collection info.

Once you get the SQL file you can restore it using (make sure you create "themet" database first):

mysql -u USER -p themet < met_objects.sql

Please see Exploring The Metropolitan Museum of Art's Open Access Initiative dataset for more details

UPDATE

It seems downloads of the SQL file count against my default 1GB Git LFS quota which was maxed out pretty quickly. This prevents me from being able to update the file often. This bandwidth policy doesn't make sense to me, so I'll only be updating the raw file when the billing cycle resets/allows. As an updated alternative, I've added the file met_objects.sql.gz. Simply do gunzip met_objects.sql.gz and you'll get the original file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].