Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zackakil/phobia-safe-video-player
- Owner: ZackAkil
- Created: 2021-03-11T12:37:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-15T20:11:01.000Z (almost 4 years ago)
- Last Synced: 2024-12-06T19:11:03.539Z (about 2 months ago)
- Topics: google-cloud, machine-learning, phobia, video, video-intelligence-api, video-player
- Language: Jupyter Notebook
- Homepage:
- Size: 27.2 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```