Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.29 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.29 KB

L-SPACE

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.

Usage

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)