Coder Social home page Coder Social logo

facelapse's Introduction

Facelapse example

Live test

1 install

git clone https://github.com/fczuardi/facelapse.git
cd facelapse
npm install

2 enter your flickr API credentials

cp config/flickr_keys.example.js config/flickr_keys.js

(edit that file and save)

3 download the pictures

mkdir -p data/pictures
node bin/get_photos

4 download the metadata

mkdir -p data/metadata

5 use the web UI

  • serve www/index.html with your web server of choice and open it on a browser (tested with Firefox Nightly)
  • use the keyboard shortcuts:
    • s: select a photo to be used in the facelapse
    • . and ,: go to next and previous picture
    • and <: go to next and previous selected picture

    • arrow keys: move the picture
    • shift+arrow keys: move the picture with bigger steps
    • ] and [: scale up or down
    • = and -: scale up or down with bigger steps
  • copy the generated imagemagick commands

6 run the generated imagemagic code

mkdir -p data/moved

(paste the code from the web UI into your terminal)

facelapse's People

Contributors

fczuardi avatar jumpjack 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.