# Deploying PyTorch Model as a Serverless Service

DevFeed: [Deploying PyTorch Model as a Serverless Service](<https://devfeed.tech/articles/deploying-pytorch-model-as-a-serverless-service-14158.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/deploying-pytorch-model-as-a-serverless-service>)

Author: Anand Menon

Published: 2022-05-19T00:00:00Z

Content type: tutorial

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [Serverless](<https://devfeed.tech/topics/serverless.md>), [PyTorch](<https://devfeed.tech/topics/pytorch.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-models](<https://devfeed.tech/tags/ai-models.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>)

## AI overview

The article discusses deploying a PyTorch model as a serverless service so it can be made available to users.

## Source excerpt

AI and Serverless work really well together. But not just for AI models. Serverless can also help you in deploying your models to make them available to your users.