Instructions to use DineshKumar1329/DogCat_Classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DineshKumar1329/DogCat_Classifier with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("DineshKumar1329/DogCat_Classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "model_type": "resnet-18", | |
| "architecture": "ResNet-18", | |
| "description": "ResNet-18 model trained to classify cats and dogs.", | |
| "framework": "pytorch", | |
| "task": "Image Classification", | |
| "tags": [ | |
| "resnet", | |
| "image-classification", | |
| "cats", | |
| "dogs" | |
| ] | |
| } | |