Workflow - acm-projects/Envoy GitHub Wiki

  • To learn more about how we're using Amazon Web Services, click on the "Amazon S3" node.
  • To learn more about how our algorithm works, click on the "Envoy Algorithm" node.

flowchart LR
    A[Upload Video] --> B[(Amazon s3)] 
    B --> |Amazon Transcribe| C(English.srt File) 
    C --> |Amazon Translate| D(Translated .srt file) 
    D --> |Amazon Polly| E(Envoy Algorithm)
    E --> B
    B ----> F[Translated Video]

    click B "https://github.com/acm-projects/Envoy/wiki/Tech-Stack" "Open this in a new tab" _blank
    click E "https://github.com/acm-projects/Envoy/wiki/Scripts-(processing)" "Open this in a new tab" _blank
 

mermaid.flowchartConfig = { width: 100% }