Package: tfdeploy
Type: Package
Title: Deploy 'TensorFlow' Models
Version: 0.6.0
Authors@R: c(
    person("Javier", "Luraschi", email = "javier@rstudio.com", role = c("aut", "cre")),
    person(family = "RStudio", role = c("cph"))
  )
Maintainer: Javier Luraschi <javier@rstudio.com>
Description: Tools to deploy 'TensorFlow' <https://www.tensorflow.org/> models across 
  multiple services. Currently, it provides a local server for testing 'cloudml' 
  compatible services.
License: Apache License 2.0
Encoding: UTF-8
LazyData: true
Imports: httpuv, httr, jsonlite, magrittr, reticulate, swagger,
        tensorflow
Suggests: cloudml, knitr, pixels, processx, testthat, yaml
RoxygenNote: 6.1.0
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-01-31 17:56:07 UTC; javierluraschi
Author: Javier Luraschi [aut, cre],
  RStudio [cph]
Repository: CRAN
Date/Publication: 2019-02-05 22:40:04 UTC
