This deep learning project classifies images as cats or dogs using transfer learning with MobileNetV2 from TensorFlow Hub. The pre-trained MobileNetV2 model is used as a feature extractor, and a custom dense layer is added for binary classification.
-
TensorFlow 2.x
-
TensorFlow Hub
-
MobileNetV2 (pre-trained)
