An open API service indexing awesome lists of open source software.

https://github.com/benemdon/photo-ideas

2017 school project
https://github.com/benemdon/photo-ideas

Last synced: 8 months ago
JSON representation

2017 school project

Awesome Lists containing this project

README

          

# Photo Ideas App

Photo Ideas is a computer vision powered iOS app that gives you crowed sourced photo ideas.

#### _Computer vision powered?_
Photos are passed through the Photo Ideas backend which acts as a image processing pipeline.
Photo Ideas backend uses Google's Cloud Vision API for object recognition.

![](https://github.com/BenEmdon/Photo-Ideas/blob/master/Images/Image%20to%20object%20request.jpg)

#### _Crowd sourced photo ideas?_
After objects are recognized in the Photo Ideas pipeline they are saved to a database which acts as a set of all objects recognized. When photo ideas are requested they are fetched from this 'set of all objects' database.

![](https://github.com/BenEmdon/Photo-Ideas/blob/master/Images/Get%20ideas%20request.jpg)