Bottle Image Classifier Model
Last updated
Last updated
Bottle Image Classifier is a convolutional neural network (CNN) model that classifies images of bottles. The CNN model detects what type of bottle it is. It detects water bottles, soda bottles, wine bottles, plastic bottles and beet bottles. The model is written in Python using Tensorflow and
The dataset used is the vencerlanz09's Synthetic Bottle Images dataset on Kaggle. After training and testing, the model has 92.6% accuracy and 92.13% validation accuracy. This model was compiled with the "categorical crossentropy" loss function, "Adam" optimizer and uses accuracy as its metric.