Video

Deci Platform Tutorial: How to Add a New Model

Join Amir Servi, product manager at Deci, as he walks you through the process of adding a new model to the Deci platform. If you haven’t signed up yet, book a demo now. You can read the documentation here.

You May Also Like

Webinar: How to Optimize Latency for Edge AI Deployments

Gen AI Models: Open Source vs Closed Source—Pros, Cons & Everything in Between

Webinar: The Making of YOLO-NAS, a Foundation Model, with NAS

Add Your Heading Text Here
				
					from transformers import AutoFeatureExtractor, AutoModelForImageClassification

extractor = AutoFeatureExtractor.from_pretrained("microsoft/resnet-50")

model = AutoModelForImageClassification.from_pretrained("microsoft/resnet-50")