In Your Face


Keywords
dumb, gifs, juggalos, clowns
License
MIT
Install
pip install inyourface==0.0.16

Documentation

In Your Face

A handful of low-rent animations layered atop all the faces in your image. Uses Google Vision API for face/feature detection, and gifsicle for makin’ gifs.

Usage

Usage: inyourface [OPTIONS]

Options:
  --url TEXT                 Url of the input image to be manipulated
                             [required]
  -e, --effect TEXT          The effect to apply, can specify multiple with -e
                             effect1 -e effect2  [required]
  --google_credentials TEXT  Location of google API credentials json file.
  --image_directory TEXT     Where to put finished images.
  --help                     Show this message and exit.

Effects

Angry Crying Cryingblood
image0 image1 image2
Googly Thinking Juggalo
image3 image4 image8

Effect Combinations

Angry + Googly + Cryingblood

image6

Googly + Thinking on a gif

image7

Requirements

  1. gifsicle https://www.lcdf.org/gifsicle/
  2. An account setup with the Google Vision API, and your credentials file google-credentials.json file somewhere that inyourface can get to it.
build status

build status