Instructions to use vadymkalin/MozieFinder-1.0.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use vadymkalin/MozieFinder-1.0.0 with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://vadymkalin/MozieFinder-1.0.0") - Notebooks
- Google Colab
- Kaggle
๐พ 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.
- Downloads last month
- -