This is a simple CNN neural network that classifies garbage as organic or inorganic, built with PyTorch.
Our data is divided as follows:
DATASET/
TRAIN/
O/ (organic images)
R/ (recyclable / non-organic images)
TEST/
O/
R/
- The
.ipynbfile : OrganicCNN.ipynb - The Colab URL : Colab:OrganicCNN.ipynb