Instructions to use mmanikanta/ResNet_AI_image_detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mmanikanta/ResNet_AI_image_detector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="mmanikanta/ResNet_AI_image_detector") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("mmanikanta/ResNet_AI_image_detector") model = AutoModelForImageClassification.from_pretrained("mmanikanta/ResNet_AI_image_detector", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
f8415e5
1
Parent(s): 34461f2
Training in progress, epoch 5
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 94375434
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:252bb588ecb4990cb36a7453d6e5a6928b8cb25ec03de5e4ec07fd62a1dbe724
|
| 3 |
size 94375434
|
runs/Apr20_19-02-54_38adce425ec3/events.out.tfevents.1713639783.38adce425ec3.843.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42a59e97747f09d8384c774fd9251dc4d4e6e0ca7411e8e427bd263ea8fbf070
|
| 3 |
+
size 108996
|