Update README.md
Browse files
README.md
CHANGED
@@ -13,16 +13,17 @@ tags:
|
|
13 |
- detection
|
14 |
pipeline_tag: image-classification
|
15 |
---
|
16 |
-
|
17 |
|
18 |
-
MozieFinder is a lightweight convolutional neural network (CNN) model built from scratch using TensorFlow
|
19 |
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
-
|
23 |
|
24 |
-
Disclaimer
|
25 |
-
|
26 |
-
⸻
|
27 |
-
|
28 |
-
Let me know if you’d like the Hugging Face model card version (README.md format) or include additional sections like intended use, limitations, or training details.
|
|
|
13 |
- detection
|
14 |
pipeline_tag: image-classification
|
15 |
---
|
16 |
+
# 🐾 MozieFinder
|
17 |
|
18 |
+
**MozieFinder** is a lightweight convolutional neural network (CNN) model built from scratch using **TensorFlow**, designed to classify images as either **cats or dogs**.
|
19 |
|
20 |
+
- 📦 **Model Type**: Custom CNN (ResNet-inspired)
|
21 |
+
- 🐶🐱 **Task**: Binary Image Classification (Cat vs. Dog)
|
22 |
+
- 🧠 **Trainable Parameters**: ~1.2 million
|
23 |
+
- 🖼️ **Input Resolution**: 224x224
|
24 |
+
- 🏋️ **Training Data**: ~20,000 labeled cat and dog images
|
25 |
+
- 🎯 **Validation Accuracy**: ~92%
|
26 |
|
27 |
+
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.
|
28 |
|
29 |
+
> ⚠️ **Disclaimer**: This model card was written by the model creator. It has not been officially reviewed by TensorFlow or affiliated teams.
|
|
|
|
|
|
|
|