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 Fine-Tune LLMs with QLoRA

Webinar: Optimizing Pose Estimation for Real-Time Performance

Webinar: How to Optimize LLMs for Production

Share
Add Your Heading Text Here
				
					from transformers import AutoFeatureExtractor, AutoModelForImageClassification

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

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