The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
To get the current development version from GitHub:
# install.packages("devtools")
devtools::install_github("soodoku/clarifai")
library(clarifai)
Start by setting Client ID and secret, which you can get from https://developer.clarifai.com/
secret_id(c("client_id", "secret"))
Next, get the token (the function also sets it):
get_token()
Get information about your application:
get_info()
## Status message: All images in request have completed successfully.
feedback(file_path="path_to_image", feedback_type="add_tags", feedback_value="suggested_tag")
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.