Skip to content

sowd/node-picogw-plugin-gcp

Repository files navigation

node-picogw-plugin-gcp is a plugin module for PicoGW, a Home Automation and Building Automation devices gateway server, developed by Kanagawa Institute of Technology, Smart House Research Center, released under MIT license.

APIs

POST /v1/gcp/transcript?lang=[Language code (default is ja)]

Transcript the posted raw audio file (wav, raw, or flac) into given language. ffmpeg should be installed and available in $PATH. List of possible language codes is here.

Samples

curl -X POST -F file=@./Sample.wav http://localhost:8080/v1/gcp/transcript
curl -X POST -F file=@./child1.jpg http://localhost:8080/v1/gcp/image-label-detection
curl -X POST -F file=@./child1.jpg http://localhost:8080/v1/gcp/image-face-detection

About

PicoGW plugin for Google Cloud Platform

Resources

Stars

Watchers

Forks

Packages

No packages published