The aim of this project is to build an application that can correctly classify four main types of public transportation in Lagos state, Nigeria. These vehicles include
The data was scraped using the Google Image Scraper tool to extract all the images from Google
-
Extracted the data
-
Arranged and label the data
-
Performed various Data Preprocessing techniques such as converting images into tensors and feature normalization/scaling
-
Used Convolutional Neural Networks (CNN), Data Augmentation and Transfer Learning / Pretrained Model to achieved best performance
-
Tuned MobileNet V2 achieved best performance with 97% traing accuracy and 95.6% test accuracy
Accuracy with Confusion Matrix was used to evaluate performance. Data Augmentated CNN performed worse than Base CNN and Pre-trained Model
The final model with the best score was deployed on a web application built with Streamlit