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", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -174,5 +174,6 @@ print(f'The predicted class for the image is: {prediction}')
|
|
| 174 |
plot_image(image_path, prediction)
|
| 175 |
The predicted class for the image is: Cat
|
| 176 |
|
| 177 |
-
|
|
|
|
| 178 |
|
|
|
|
| 174 |
plot_image(image_path, prediction)
|
| 175 |
The predicted class for the image is: Cat
|
| 176 |
|
| 177 |
+
|
| 178 |
+

|
| 179 |
|