Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcrowson/cat-that
Your pictures would be better with cats
https://github.com/mcrowson/cat-that
Last synced: 21 days ago
JSON representation
Your pictures would be better with cats
- Host: GitHub
- URL: https://github.com/mcrowson/cat-that
- Owner: mcrowson
- License: mit
- Created: 2016-12-09T00:52:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T01:32:34.000Z (almost 8 years ago)
- Last Synced: 2024-10-27T22:58:45.154Z (2 months ago)
- Language: Python
- Size: 2.72 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cat That
Your pictures would be better with cats. Facial recognition finds faces and puts cats on them.
See live demo at [https://catthat.databeard.com](https://catthat.databeard.com)
## Purpose
This project exists to showcase several things:
- [Zappa](https://github.com/Miserlou/Zappa): A framework for serverless Python applications.
- [Rekognition](https://aws.amazon.com/rekognition/): AWS Service for Image recognition.
- Cats
## Overview
Images are uploaded or provided via a URL link. The image is then scanned for faces
via AWS Rekognition. For each face, a random cat face is then chosen
and place on each face. Rekognition provides facial rotation, so the cat faces
are rotated accordingly.