Call-for-Code / Solution-Starter-Kit-Education-2020

Materials for the Call for Code 2020 solution starter kit for remote education in the context of COVID-19.
Apache License 2.0
4 stars 7 forks source link

Create example Speech to Text app #3

Open derekteay opened 4 years ago

derekteay commented 4 years ago

Lets make a simple app that lets you extract speech from videos and convert them to text

derekteay commented 4 years ago

Architecture diagram provided by @pedrocruzio as quick as he could make it!

@lizklipp, FYI.

watson-architecture-diagram

derekteay commented 4 years ago

Annotation:

  1. User navigates to the site and uploads a video file
  2. Watson Speech to Text processes the audio and extracts the text
  3. Watson Translation (optionally) can translate it to the desired language
  4. Store the translated text as a document within Object Storage.
derekteay commented 4 years ago

A beautified architecture diagram from Glenn

COVID-19 remote education starter kit

derekteay commented 4 years ago

@pedrocruzio can you provide an update on this, possibly with some screenshots?

pedrocruzio commented 4 years ago

Wrapping up the integration of the frontend with the Flask web app:

screenshot

Working with Dan to finish the web app tomorrow.

pedrocruzio commented 4 years ago

A beautified architecture diagram from Glenn

COVID-19 remote education starter kit

@derekteay we should add Vue in between the user and cloud in the flowchart.