rstudio / tfdeploy

tfdeploy: Deploy Tensorflow Models from R
https://tensorflow.rstudio.com/tools/tfdeploy/
23 stars 12 forks source link
deployment keras r rest tensorflow

Deploying TensorFlow Models from R

Build
Status CRAN\_Status\_Badge codecov

While TensorFlow models are typically defined and trained using R or Python code, it is possible to deploy TensorFlow models in a wide variety of environments without any runtime dependency on R or Python:

TensorFlow models can also be deployed to mobile and embedded devices including iOS and Android mobile phones and Raspberry Pi computers. The tfdeploy package includes a variety of tools designed to make exporting and serving TensorFlow models straightforward. For documentation on using tfdeploy, see the package website at https://tensorflow.rstudio.com/tools/tfdeploy/.