How to deploy a trained PyTorch model in android plyatstore?

hai everyone myself is teddy , i have a trained CNN model created in PyTorch, i wanted to deploy in android play store, how can i do that , can any one help?

1 Like

What’s the issue in bundling it as an asset?

1 Like

You mean having something like a REST API?

1 Like

No. I’m referring to an asset like an image. You might as well bundle the mobile specific version of the model.

1 Like

I meant a REST API from the comment of @tedxcorp

1 Like

@Nydia hai, from your experience which place great for learning GAN in PyTorch

1 Like

I recommend you to have a look at the DeepLearning.AI Generative Adversarial Networks (GANs) Specialization. PyTorch is widely used in the tutorials.

1 Like

Sorry about that.

also i wanted to know How to deploy a trained PyTorch model in android playatstore?

is this free ?

1 Like

What do you mean? something like an app?

1 Like

Nothing to be sorry about :slight_smile:

1 Like

It is not, but you can ask for financial aid. Check out coursera " Generative Adversarial Networks (GANs) Specialization"

1 Like

yes like an app

1 Like

Looking on the internet I found it quite interesting PyTorch has its own app development kit (how cool ?) Image Segmentation DeepLabV3 on Android — PyTorch Tutorials 2.1.0+cu121 documentation

1 Like

okay, do i need to know other programming languages for this?

1 Like

Android Studio

okay,if somebody had create a tutorial for pytorch deployment , that would be great for everyone.

See this

2 Likes

okay