Classification of different Lego mini figures using keras and tensorflow in Python.
Data can be found here: https://www.kaggle.com/ihelon/lego-minifigures-classification
The project aims at classifying images as different classes of legos using a pre-trained model in keras, VGG16. The notebook is organised as follows:
- Data exploration
- Train and validation split
- Training image generation in batches using Data generator
- Visualization
- Training a VGG16 model
- Evaluating model accuracy and loss