Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

AritroSaha10/WeRecycle

Repository files navigation

WeRecycle Android App

Source code for the WeRecycle android app for my Community Project 2019-2020.

Purpose

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.

Features

  • 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

Screenshots

Image 1 of index Image 2 of scanner results Image 3 of scanner Image 4 of index being used

Technologies

  • 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

App on Play Store

https://play.google.com/store/apps/details?id=com.aritrosaha.aritr.werecycleapp

Copyright

© 2021 Aritro S, Mohil K, and Yusuf L. All rights reserved.

Modification and redistribution of the source code is not allowed.