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 ·
8cef904
1
Parent(s): b54674d
Training in progress, epoch 4
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:cc4ffc263a82414bef03329e01a3bc74dcadf6eb0bb5ae60616bb915ff30c1e3
|
| 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:d35d1272800cdaa7b604b7d1aa889e8968254bc0d6f959cc190e6d12d6182d39
|
| 3 |
+
size 73967
|