Skip to content

Commit

Permalink
cite image source
Browse files Browse the repository at this point in the history
  • Loading branch information
sumn2u committed Dec 21, 2023
1 parent f75f726 commit e4d74d6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 13 additions & 1 deletion paper/paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,19 @@ @article{ferronato_waste_2019
year = {2019},
pages = {1060},
}
@article{kunwar_suman_2023,
title = {MWaste: An app that uses deep learning to manage household waste},
journal = {Clean Technologies and Recycling},
volume = {3},
number = {3},
pages = {119-133},
year = {2023},
issn = {2770-4580},
doi = {10.3934/ctr.2023008},
url = {https://www.aimspress.com/article/doi/10.3934/ctr.2023008},
author = {Suman Kunwar},
keywords = {waste classification, deep learning, household waste, neural networks, waste management, machine learning},
}

@article{fadhullah_household_2022,
title = {Household solid waste management practices and perceptions among residents in the {East} {Coast} of {Malaysia}},
Expand Down Expand Up @@ -91,7 +104,6 @@ @article{fadhullah_household_2022
year = {2022},
pages = {1},
}

@article{liu_image_2022,
title = {Image recognition for garbage classification based on transfer learning and model fusion},
volume = {2022},
Expand Down
6 changes: 4 additions & 2 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ bibliography: paper.bib


# Summary
Deep Waste is a mobile application that leverages state-of-the art computer vision and deep learning technologies to accurately classify waste materials into six categories: trash, plastic, paper, metal, glass, and cardboard. This innovative solution was developed to address the challenges of costly, imprecise, and unclear waste classification methods. Deep Waste has undergone rigorous testing on a variety of neural network architectures and real-world images, achieving an impressive average precision of 92% on the test set. By enabling efficient waste processing, reducing greenhouse gas emissions, and promoting sustainable practices, this app has the potential to transform the field of waste management.
Deep Waste[^1] is a mobile application that leverages state-of-the art computer vision and deep learning technologies to accurately classify waste materials into six categories: trash, plastic, paper, metal, glass, and cardboard. This innovative solution was developed to address the challenges of costly, imprecise, and unclear waste classification methods. Deep Waste has undergone rigorous testing on a variety of neural network architectures and real-world images, achieving an impressive average precision of 92% on the test set. By enabling efficient waste processing, reducing greenhouse gas emissions, and promoting sustainable practices, this app has the potential to transform the field of waste management.

[^1]: Previously known as MWaste.

# Statement of need

Expand All @@ -43,7 +45,7 @@ The app also provides information on how to dispose of the waste and what recycl

The classification models are then converted into a lite format, such as [TFLite](https://www.tensorflow.org/lite/guide), which enables them to be used on mobile devices with limited resources. This format allows for fast loading times, smaller size, and compatibility with various programming languages and platforms. \autoref{fig:deep_waste_app_workflow} describes the overall workflow of the app.

![Deep Waste App Workflow\label{fig:deep_waste_app_workflow}](app-workflow.png){width="100%"}
![App Workflow\label{fig:deep_waste_app_workflow}](app-workflow.png){width="100%"}[@kunwar_suman_2023]


The app's user interface is designed to be user-friendly and intuitive, making it easy for anyone to use. It can also be used in conjunction with other waste management services such as waste collection and recycling services. In the progress tracker screen, users can monitor their progress towards rewards and receive tips on managing household waste, as shown in \autoref{fig:progress_tracker_screen}.
Expand Down

0 comments on commit e4d74d6

Please sign in to comment.