/voice_to_image

A proof-of-concept of voice to image using VertexAI

Primary LanguageJavaScriptOtherNOASSERTION

Voice to Image

A proof of concept node application which utilizes GCP services to convert voice to images.

Attribution

The overwhelming majority of the voice to text code (see src/voice_listener.mjs) was taken from https://cloud.google.com/speech-to-text/docs/transcribe-streaming-audio.

Prerequistes

npm run start to get things going.

Contributing

Suggestions and bug reports for the application are always welcome. Open an issue on github if you'd like to see an addition to the application or if you spot a bug.