Coder Social home page Coder Social logo

mass-vision's Introduction

Mass-Vision

A Ruby on Rails photo archive application

Introduction

This application, currenly called Mass-Vision (until I think of something more clever), was built to support large batch image uploads, and to scrape as much meaning as possible from photographic metadata and location data, where it exists.

It relies on MongoDB for the database backend, Apache Tika for metadata scraping, RIIIF for an IIIF-compatible image service, and Delayed Job for asynchronous upload processing.

This project is very much incomplete, though cloning the master branch at any time (and installing all software prerequisites) should get you a working application.

Installation

I'm running this application on OS X 10.11, though it should be easy to deploy on Linux as well.

To install MongoDB on OS X:

brew update
brew install mongodb

Install Apache Tika, for metadata extraction:

brew install tika

Install ImageMagick, a dependency for RIIIF:

brew install imagemagick --with-ghostscript --with-tiff --with-jp2

Finally, clone the repo:

cd ~
git clone https://github.com/sgbalogh/mass-vision.git

From there, you can run the database migrations (rake db:migrate), and try booting up the application (rails s -b 0.0.0.0). To start a Delayed Job worker, run the rake task rake jobs:work, and hit Ctrl-C when you are ready to stop the worker.

Screenshots

Simple photo view

Above: a view for an image with lat/lon geolocation

mass-vision's People

Contributors

sgbalogh avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.