Source code for the WeRecycle android app for my Community Project 2019-2020.
Learn to sort your waste using an index of items and their respective bins and an scanner that uses Machine Learning to automatically determine the item's bin.
- Large index of items and their respective bins (ex. an apple goes into the compost bin)
- Machine Learning scanner that uses an image of an item to determine its bin
- General
- Fragments are used to show each page
- Scanner
- Uses MobileNetV1 for accurate and quick results on mobile devices
- Uses TensorFlow Lite as the framework
- AndroidX libraries are used for fetching the image from the camera and showing a viewfinder
- Firebase ML is used for model distribution
- Index
- Uses RecyclerView for simple lists
- Uses Firestore for database
© 2021 Aritro S, Mohil K, and Yusuf L. All rights reserved.
Modification and redistribution of the source code is not allowed.



