• Stars
    star
    244
  • Rank 165,095 (Top 4 %)
  • Language
    Go
  • License
    MIT License
  • Created almost 5 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Go program that takes an image, uses pigo to detect a face, and creates a gif that zooms in on the face

ok-zoomer

Every GIF is a gift.

How it works

TODO

  • write tests
  • port to Go modules
  • allow text message-passed parameters like number of frames, delay, and number of faces to detect
  • put it on an AWS Lambda to make it more scalable, then release the twilio number into the wild
  • add the possibility of rate limiting by using redis to store which gifs were made by which phone numbers, whitelist my own number
  • clean up this code, it was my first Go project so the code is pretty sloppy
  • less manual deployment and check in nginx + supervisor conf in this repo