You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Cats vs Dogs Classification π±πΆ A Convolutional Neural Network (CNN) built with TensorFlow/Keras to classify images of cats and dogs using the `cats_vs_dogs` dataset from TensorFlow Datasets. --- ## π¦ Requirements - Python 3.8+ - TensorFlow - TensorFlow Datasets Install dependencies: ```bash pip install -r requirements.txt