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 ·
1c54164
1
Parent(s): aa70b3b
Training in progress, epoch 8
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:71cd88901d2c7cb6e92e3611b254ace0c78a9f1ae8560e773a3f8e33deab940b
|
| 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:5cb8ccd1385828ac7573be0ec07cb812544aec781e248dad9f929e50c3134179
|
| 3 |
+
size 144025
|