beit-large-patch16-512-film-shot-classifier
26
1
512.0B
license:apache-2.0
by
pszemraj
Image Model
OTHER
512B params
New
26 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
1145GB+ RAM
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Device Compatibility
Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
477GB+ RAM
Code Examples
usagepythontransformers
from transformers import pipeline
from PIL import Image
import requests
pipe = pipeline(
"image-classification",
model="pszemraj/beit-large-patch16-512-film-shot-classifier",
)
url = "https://cdn-uploads.huggingface.co/production/uploads/60bccec062080d33f875cd0c/9YqYvv188ZccCMSzuv0KW.png"
image = Image.open(requests.get(url, stream=True).raw)
result = pipe(image)[0]
print(result)Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.