Google Cloud Platform - Speech Sample

This Python Flask application demonstrates App Engine Standard, Cloud Storage, and the Speech API


Upload Audio File (try a file in the gcp-hackathon-demos/speech/resources folder):

{% if results %}

Results:

{% for result in results %}

Transcript: {{result.alternatives[0].transcript}}

Confidence: {{result.alternatives[0].confidence}}

{% endfor %}
{% endif %}