Skip to content

📦 R interface to the Google Cloud Video Intelligence API

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

jpallard6120/RoogleVideo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoogleVideo

R interface to the Google Cloud Video Intelligence API

overview

Installation

library(devtools)
devtools::install_github('beigebrucewayne/RoogleVideo')

Example Workflow

client_id <- ""
client_secret <- ""
path_to_service_account_json <- ""

token <- service_auth(client_id, client_secret, path_to_service_account_json)

# -- Three Detection Methods --
# LABEL_DETECTION
# SHOT_CHANGE_DETECTION
# EXPLICIT_CONTENT_DETECTION
data_endpoint <- annotation_request('~/path/to/asset.mp4', 'LABEL_DETECTION')

data <- get_annotations(data_endpoint)

# Returns Tibble of all labels identified in video
terms_in_video <- get_term_descriptions(data)

About

📦 R interface to the Google Cloud Video Intelligence API

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%