Image Classification
Transformers
PyTorch
simple_image_classification
How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("image-classification", model="Dewa/Dog_Model_From_Scratch_v2")
pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
# Load model directly
from transformers import ClassificationModelForDogEmotion
model = ClassificationModelForDogEmotion.from_pretrained("Dewa/Dog_Model_From_Scratch_v2", dtype="auto")
Quick Links

Model Card for Model ID

This modelcard aims to be a base template for new models. It has been generated using this raw template.

Model Details

Model Description

  • Developed by: Dewa Sahu using pytorch
  • Model type: Image Classification

Uses

use for predicting the dogs emotion

Training Data

Dewa/Dog_Emotion_Dataset_v2

Hardware

T4 GPU

Software

Google Colab used for training

Downloads last month
25
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train Dewa/Dog_Model_From_Scratch_v2