TechnicalPaper GROUP4
TechnicalPaper GROUP4
are integral to ensuring the model's accuracy and effectiveness and helpful in teaching them about proper waste management
in diverse operational settings. Overall, this framework practices.
harnesses technology to enhance waste classification accuracy,
promote recycling, and contribute to a more sustainable future. Finally, the proposed predictive model effectively improves
recycling processes and promotes sustainable practices. Future
improvements may include expanding the data set to include a
wider range of items, integrating additional features such as
III. THE PROPOSED PREDICTIVE MODELLING
accessibility features, and partnering with recycling centres to
implement the system on a larger scale. Artificial intelligence
An effective method for streamlining recycling procedures is and predictive modelling can revolutionize recycling practices,
predictive modelling. Using the Teachable Machine, we aim to improve efficiency rates, and make significant steps in
create an accurate model that can classify recyclable and non- promoting sustainable waste management.
recyclable products through image recognition. This approach
not only simplifies recycling procedures but also increases
efficiency and promotes sustainable waste management IV. PROJECT DESCRIPTION
practices.
The purpose of our project is to make recycling easier and
To train the predictive model, we collected a large dataset of better. Currently, sorting recyclables like plastic and paper can
images representing various recyclable and non-recyclable take a long time, and mistakes can sometimes happen. So, we're
materials such as plastic, paper, aluminum, glass, rubber, using machine-learning technology to help with sorting.
clothes, kitchen waste and diapers and pet waste. These images Our main goal is to teach computers to recognize if something
were sourced from public databases, online repositories, and is recyclable or not just by looking at it. We want to ensure that
actual samples, each labelled to indicate whether or not they are things like plastic bottles and aluminum cans are in the right
recyclable. To ensure the accuracy of the training, high-quality place. But our project goes beyond just sorting. We also want
images were selected that clearly showed the items. to help stop contamination and educate people about recycling.
By using this technology, we hope to make recycling more
The pre-processing of data included resizing all images to efficient and encourage everyone to do their part for the
uniform dimensions, normalizing pixel values and applying environment.
data augmentation techniques such as rotation, translation and
cropping to increase the diversity of the training and improve Overall, our project aims to revolutionize how we recycle,
the generalization of the model. This prepared the images for making it easier and more accessible for everyone.
efficient training by the Teachable Machine.
Model training was performed using Teachable Machine's V. RESULT AND DISCUSSION
web-based user interface. The training involved loading the
images into preprocessed classes and dividing them into For the accuracy test, we used the image to identify the types
recyclable and non-recyclable classes, as well as setting training of waste through image recognition. The accuracy test revealed
parameters such as number of epochs and learning rate. Real- that our model could achieve an accuracy rate typically around
time feedback during training helped monitor model 89.5%, indicating a strong performance in correctly classifying
performance and make necessary adjustments. recyclable and non-recyclable items. This high accuracy rate is
attributed to the balanced dataset and thorough preprocessing
After the training process was completed, the model was techniques applied during the training phase.
evaluated using metrics such as accuracy, precision, recall and
confusion matrix to evaluate its performance in identifying We collected a total of 322 images, evenly distributed among
recyclable and non-recyclable items. The trained model was various categories of recyclable and non-recyclable items.
then integrated into a user-friendly interface that allows users Specifically, we uploaded more than 20 images each for plastic,
to upload images, receive immediate feedback on the paper, aluminum, glass, rubber, and clothes under the
recyclability of items, and receive guidance on appropriate recyclable category. For the non-recyclable category, we
disposal practices based on classification results. included more than 20 images each for kitchen waste and
diapers and pet waste. The balanced dataset helped ensure that
The integrated system has been tested on a separate the model could learn to differentiate between each type of
validation dataset to ensure its reliability and accuracy in real- waste effectively.
world scenarios. This involved real-world testing with images
taken in different lighting conditions and backgrounds and The following results were established during the testing
gathering user feedback to identify usability issues and areas for phase using images that were outside of samples in Teachable
improvement. The predictive model showed high accuracy, Machine.
which greatly improved sorting efficiency and reduced
classification errors. Users found the interface to be intuitive
BITI 1113 Artificial Intelligence Project Report 3
Item Output/Result
Paper 100%
Aluminum 100%
Clothes 59%
Rubber 95%
Glass 73%
Plastic 96%
Kitchen waste 93%
Diapers & Pet waste 100%
Kitchen Waste
Testing:
Paper
Aluminum
Plastic
Clothes
Rubber
Strength:
Diaper & Pet Waste i. Ease of use
Teachable Machine offers an exceptionally user-friendly online
platform that simplifies the process of training machine
learning models, eliminating the need for extensive technical
knowledge. Additionally, its web-based nature allows for easy
access from any location with an internet connection, making it
perfect for collaborative efforts.