A quick demo of live speech-to-text with Amazon Transcribe

Поделиться
HTML-код
  • Опубликовано: 1 дек 2024

Комментарии • 11

  • @Danny2k38
    @Danny2k38 5 лет назад +3

    Can you please show how to set this up??

  • @mazaharulhq
    @mazaharulhq 3 года назад

    I have a websocket URL from twilio which is streaming audio. How can I use wss url with code you have suggested. I see you are reading input from mic, I need to feed input from websocket url.

    • @juliensimonfr
      @juliensimonfr  3 года назад

      This could help docs.aws.amazon.com/transcribe/latest/dg/websocket.html

    • @mazaharulhq
      @mazaharulhq 3 года назад

      @@juliensimonfr I am not able to follow documentation. I need to see some example.

  • @Danny2k38
    @Danny2k38 5 лет назад +1

    I downloaded the latest JDK/SDK, just got Maven and AWS. I dont know what to do from now on lol. Please help :P

  • @raedabdo1601
    @raedabdo1601 4 года назад

    Can I implement the same code using Python? I cant seem to find any support in the docs for transcription using Boto3.

    • @juliensimonfr
      @juliensimonfr  4 года назад

      boto3.amazonaws.com/v1/documentation/api/1.9.42/reference/services/transcribe.html :)

  • @toaiku1954
    @toaiku1954 5 лет назад

    Please help, I am unable to follow the instructions from the link provided in the description.
    There are so many java files, how to build a maven package and run it.
    Please help, it's urgent

    • @martinbeeby
      @martinbeeby 5 лет назад

      You will need to install Java8 as the Open JDK doesn't work with this project. You will also need maven. If you are on a mac then:
      brew tap caskroom/versions
      brew cask install java8
      brew install mvn
      then follow the install instructions:
      export AWS_ACCESS_KEY_ID=
      export AWS_SECRET_KEY=
      export AWS_REGION=us-west-2
      mvn clean package
      java -jar target/aws-transcribe-sample-application-1.0-SNAPSHOT-jar-with-dependencies.jar

  • @diegonestorivanovalleperez9493
    @diegonestorivanovalleperez9493 4 года назад

    What is the type of file to stream from audio file?

    • @juliensimonfr
      @juliensimonfr  4 года назад

      You can stream with HTTP or Websockets. Details at docs.aws.amazon.com/transcribe/latest/dg/streaming.html