Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ clarifai Public

❗ This is a read-only mirror of the CRAN R package repository. clarifai — Access to Clarifai API. Homepage: http://github.com/soodoku/clarifai Report bugs for this package: http://github.com/soodoku/clarifai/issues

License

Notifications You must be signed in to change notification settings

cran/clarifai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clarifai: R Client for the Clarifai API

Build Status Build status CRAN_Status_Badge codecov Rdoc

Find out what is in a (moving) image with perhaps the best off-the-shelf solution: clarifai.com. Clarifai provides descriptors for images along with how confident it is about each of the descriptors. It is a bit magical. (See also the 2013 ImageNet LSVR Classification Results.)

Installation

To get the current released version from CRAN:

install.packages("clarifai")

To get the current development version from GitHub:

install.packages("devtools")
devtools::install_github("soodoku/clarifai", build_vignettes = TRUE)

To learn about how to use clarifai, see using_clarifai (html version) or analyzing instagram accounts of politicians (html version). There are lots of other interesting ways you can use clarifai. For instance, you can use clarifai for inferring gender of the speaker based on the first name.

You can also launch vignettes within R:

# Using clarifai
vignette("using_clarifai", package = "clarifai")
# Analyzing politician instagram accounts
vignette("poligrams", package = "clarifai")

License

Scripts are released under MIT License.

Contributor Code of Conduct

The project welcomes contributions from everyone! In fact, it depends on it. To maintain this welcoming atmosphere, and to collaborate in a fun and productive way, we expect contributors to the project to abide by the Contributor Code of Conduct.

About

❗ This is a read-only mirror of the CRAN R package repository. clarifai — Access to Clarifai API. Homepage: http://github.com/soodoku/clarifai Report bugs for this package: http://github.com/soodoku/clarifai/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published