Deep learning project for classifying brand logos using the Flickr Logos 27 dataset.
Logo_Classification.ipynb- Main notebook with all experiments and reportfinal_logo_model.keras- Trained MobileNetV2 modelclass_names.json- List of 27 brand labels
- Download the Flickr Logos 27 dataset from http://image.ntua.gr/iva/datasets/flickr_logos/
- Extract it so you have a
flickr_logos_27_datasetfolder next to the notebook - Install dependencies:
pip install tensorflow numpy pandas matplotlib pillow scikit-learn seaborn - Run the notebook cells in order
- Basic CNN - 3 conv blocks, ~46% validation accuracy
- MobileNetV2 Transfer Learning - ~99.8% validation accuracy (selected as final model)