Inspiration
We personally had trouble during the hackathon figuring out which waste bin to place items in.
What it does
It scans an item and tells the user if it should be disposed in the recycling, compost, and trash.
How we built it
We built a python script that first scans the webcam for an image, analyzes that to Google Vision api to return keywords, and then we organized those keywords into the categories of recycling, compost, and trash.
Challenges we ran into
Figuring out how exactly to use the Google Vision api to help reach our conclusions.
Accomplishments that we're proud of
Incorporating the Google Vision api and building our own sorting beyond that.
What we learned
A good idea need to be iterated a few times It's okay to try out new things, you might be surprised what you learn
What's next for Waste Sorter
Uploading the code onto a server to be able to provide continual updates, and completing the front end experience. Additionally, adding automatic detection when to scan, instead of requiring the user to click a button.
Built With
- google-vision-api
Log in or sign up for Devpost to join the conversation.