Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zackakil/phobia-safe-video-player

A video player that will not show things that could trigger a phobia. Using Google Cloud Video Intelligence API
https://github.com/zackakil/phobia-safe-video-player

google-cloud machine-learning phobia video video-intelligence-api video-player

Last synced: 12 days ago
JSON representation

A video player that will not show things that could trigger a phobia. Using Google Cloud Video Intelligence API

Awesome Lists containing this project

README

        

# [phobia-safe-video-player](https://zackakil.github.io/phobia-safe-video-player/)
A video player that will not show things that could trigger a phobia. Using Google Cloud Video Intelligence API

``` bash
gcloud ml video detect-labels gs://scary-videos/5-generation-bakers.mp4 --async --detection-mode=frame --region=europe-west1 --output-uri="gs://scary-videos/output.json"
```