0.0.2 • Published 5 years ago

picogw-plugin-gcp v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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