IBM / watson-waste-sorter

Create an iOS phone application that sorts waste into three categories (landfill, recycling, compost) using a Watson Visual Recognition custom classifier
https://developer.ibm.com/patterns/recycle-with-watson/
Apache License 2.0
46 stars 37 forks source link

Initial Backend Components #2

Closed Tomcli closed 6 years ago

Tomcli commented 6 years ago

This PR contains a basic server code that runs on Cloud Foundry and binds with visual recognition service. It should able to take a Post request at /api/sort to classify the image and return the results in JSON format. The following components are work in progress.

Feel free to give any comment about the existing code. Please note that the sort() function is still incomplete.

stevemar commented 6 years ago

@Tomcli this is marked as WIP, but you can merge if you want.

Tomcli commented 6 years ago

@stevemart Thanks for the review.