https://github.com/diglopes/video-automation
https://github.com/diglopes/video-automation
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/diglopes/video-automation
- Owner: diglopes
- License: mit
- Created: 2019-08-23T10:16:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T00:09:59.000Z (over 3 years ago)
- Last Synced: 2025-03-14T21:37:12.912Z (over 1 year ago)
- Language: JavaScript
- Size: 1.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# video-automation
## Algorithmia
File: `algorithmia.json`
```
{
"apiKey": "..."
}
```
## Watson Natural Language Understanding
File: `watson_nlu.json`
```
{
"apikey": "IRXsDU79ARzR4EzKGuWiRo-z2IcSvyYFYiLMRtgEIbIF",
"iam_apikey_description": "Auto-generated for key 7ec815d4-b8c2-401f-829a-de374d8cb59a",
"iam_apikey_name": "Auto-generated service credentials",
"iam_role_crn": "crn:v1:bluemix:public:iam::::serviceRole:Manager",
"iam_serviceid_crn": "crn:v1:bluemix:public:iam-identity::a/c94b367389e24bba9e24e68ae0f20ad7::serviceid:ServiceId-8ab46748-5cf8-4a4b-be9e-f07455298a67",
"url": "https://gateway.watsonplatform.net/natural-language-understanding/api"
}
```