DEPRECATED, see https://github.com/mediachain/mediachain
L-SPACE¹ is the Mediachain server. Please take a look at the roadmap or stop by #tech in our slack for more details.
The server is at a proof of concept stage and not to be used for anything other than exploratory/development work.
git clone https://github.com/mediachain/L-SPACE.git && cd L-SPACE
sbt compile
sbt console
scala> import io.mediachain.translation.TranslatorDispatcher
import io.mediachain.translation.TranslatorDispatcher
scala> TranslatorDispatcher.dispatch("tate", "path/to/tate/collection/artworks/")
...
scala> TranslatorDispatcher.dispatch("moma", "path/to/moma/Artworks.json")
...
Support so far is available for the MoMA and Tate datasets (you may wish to use the Tate collection, excepting works of Turner for development use, because the Turner cluster is very large)