robindemourat / cadrage

🎥 [WIP] An app for defining zones of interest in a series of pictures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cadrage - an app for defining zones of interest in a series of pictures

Screencast

This is a web app dedicated to a simple task : defining and ordering specific zones of interest inside a series of images. Data concerning frames is stored in a mongodb, images on a s3 bucket.

Stack --> mongodb + node + angular

Getting Started

Prerequisites

Developing

  1. Run npm install to install server dependencies.

  2. Run bower install to install front-end dependencies.

  3. Run mongod in a separate shell to keep an instance of the MongoDB Daemon running

  4. Run gulp serve to start the development server. It should automatically open the client in your browser when ready.

Note on S3

Somehow frankfurt region should not be used for the s3 storing of the images.

About

🎥 [WIP] An app for defining zones of interest in a series of pictures


Languages

Language:JavaScript 85.3%Language:HTML 11.9%Language:CSS 2.8%