Welcome to the "Cat vs Dog" classification project! 🐱🐶
This project focuses on building a Convolutional Neural Network (CNN) to classify images of cats and dogs. The dataset consists of labeled images of both cats and dogs, and the model is designed to accurately distinguish between the two.
The dataset URL is present in the code because of its huge size I haven't added that dataset in the repositary. The dataset is spilted in train, test and validation.
- Python 3.0
- TensorFlow/Keras
- Google Colab
- Pandas
- CNN Architecture: Implements a Convolutional Neural Network for effective image feature extraction and classification.
- Data Handling: Utilizes a dataset of cat and dog images, preprocessed and augmented for improved model performance.
- Model Training: Includes training scripts with hyperparameter tuning to optimize model accuracy.
Feel free to contribute to this project! Please fork the repository and submit a pull request with your changes.
The dataset used in this project is sourced from Kaggle. Special thanks to the TensorFlow and Keras communities for their support and resources.