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
- Host: GitHub
- URL: https://github.com/benemdon/photo-ideas
- Owner: BenEmdon
- License: mit
- Created: 2017-04-08T00:16:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T16:40:25.000Z (over 6 years ago)
- Last Synced: 2025-02-27T05:53:57.713Z (over 1 year ago)
- Language: Swift
- Homepage:
- Size: 9.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

#### _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.
