|
--- |
|
tags: |
|
- cnn |
|
- image-classification |
|
- cats |
|
- dogs |
|
library_name: tensorflow |
|
model-index: |
|
- name: Cat vs Dog Classifier |
|
results: [] |
|
base_model: CNN |
|
--- |
|
# Cat vs Dog Classifier |
|
|
|
This repository contains a Convolutional Neural Network (CNN) model for classifying images of cats and dogs. The model is trained on a dataset of images to distinguish between cats and dogs based on their features. |
|
|
|
## Model Overview |
|
- **Model Type**: Convolutional Neural Network (CNN) |
|
- **Task**: Image Classification (Cats vs Dogs) |
|
- **Framework**: TensorFlow |
|
|