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

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

Awesome Lists containing this project

README

        

# DivBin

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)][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