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") - Notebooks
- Google Colab
- Kaggle
Commit ·
86c214a
1
Parent(s): 286650c
Training in progress, epoch 9
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:5872b1cbd76858f7bb60815cc2d4b77cd692986292725feeab1a64a8ca05b285
|
| 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:0e8c1af1fd660f3450ee6a837e6a5ddb8fa83c69a901281ba085f07e06fe943f
|
| 3 |
+
size 178897
|