File size: 966 Bytes
968663d
 
 
 
 
 
 
 
 
 
 
 
 
dd04e93
c7e2ab5
89608b9
c7e2ab5
89608b9
c7e2ab5
89608b9
 
 
 
 
 
c7e2ab5
89608b9
c7e2ab5
89608b9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
license: mit
language:
- en
metrics:
- accuracy
- bertscore
library_name: keras
tags:
- dogs
- cats
- mozie
- detection
pipeline_tag: image-classification
---
# ๐Ÿพ MozieFinder

**MozieFinder** is a lightweight convolutional neural network (CNN) model built from scratch using **TensorFlow**, designed to classify images as either **cats or dogs**.

- ๐Ÿ“ฆ **Model Type**: Custom CNN (ResNet-inspired)
- ๐Ÿถ๐Ÿฑ **Task**: Binary Image Classification (Cat vs. Dog)
- ๐Ÿง  **Trainable Parameters**: ~1.2 million
- ๐Ÿ–ผ๏ธ **Input Resolution**: 224x224
- ๐Ÿ‹๏ธ **Training Data**: ~20,000 labeled cat and dog images
- ๐ŸŽฏ **Validation Accuracy**: ~92%

MozieFinder was trained from scratch โ€” no pre-trained weights were used โ€” as a demonstration of how to build a robust image classification model end-to-end.

> โš ๏ธ **Disclaimer**: This model card was written by the model creator. It has not been officially reviewed by TensorFlow or affiliated teams.