https://github.com/dingwilson/divbin
iOS Swift app using object recognition and machine learning to classify objects as recyclable, compostable, donatable, or trash
https://github.com/dingwilson/divbin
aws clarifai ios machine-learning object-recognition swift swift-3
Last synced: 2 months ago
JSON representation
iOS Swift app using object recognition and machine learning to classify objects as recyclable, compostable, donatable, or trash
- Host: GitHub
- URL: https://github.com/dingwilson/divbin
- Owner: dingwilson
- License: mit
- Created: 2017-04-22T04:01:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T23:37:01.000Z (about 8 years ago)
- Last Synced: 2025-01-22T19:45:48.294Z (4 months ago)
- Topics: aws, clarifai, ios, machine-learning, object-recognition, swift, swift-3
- Language: Swift
- Homepage:
- Size: 6.31 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DivBin
[][mitLink]
## About
DivBin is a mobile application using object recognition and machine learning to classify objects as recyclable, compostable, donatable, or whether it should just go into the trash. This ability is built into a demo gamification app which involves making a pledge to help stop littering.
## Installation
To install and run DivBin on your own iOS device, simply clone the repository. Run the accompanied server code via AWS. Then open the iOS version via XCode, and build/run it on your own iDevice. Make sure to sign up for keys for Clarifai, saved as `Clarifai_Client_Secret` and `Clarifai_Client_ID` under `Keys.plist`.
## License
`DivBin` is released under an [MIT License][mitLink]. See `LICENSE` for details.
**Copyright © 2017-present Wilson Ding.**
*Please provide attribution, it is greatly appreciated.*
[mitLink]:https://opensource.org/licenses/MIT