Google Cloud Speech-To-Text API With Python For Beginners

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

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

  • @frankking5326
    @frankking5326 10 месяцев назад +3

    After two days fighting with this on my own, your video solved my problem!! Thanks

  • @mariodevelopersantos1102
    @mariodevelopersantos1102 11 месяцев назад +1

    this is exactly what I needed, thanks

  • @TheCloudShepherd
    @TheCloudShepherd 8 месяцев назад

    Excellent. Thank you very much

  • @ashishkumar-eo1tz
    @ashishkumar-eo1tz Год назад

    Simply awesome. Keep up the good work bro 👍

  • @DungLe-rp5vu
    @DungLe-rp5vu 10 месяцев назад

    Your instructions are great, besides how can I get text from online mp3 link?

  • @g_30_sanketpatil62
    @g_30_sanketpatil62 6 месяцев назад

    hey bro i have created a voice bot using google dialogflow cx, now I wanted to transcribe the ongoing voice call so can you please tell me how can I achieve it
    thanks

  • @RicardoCrumbleton
    @RicardoCrumbleton 9 месяцев назад

    How could this be adapted for the v2 api with Chirp?

  • @user-wr4yl7tx3w
    @user-wr4yl7tx3w Год назад +1

    by chance, do you have any idea what Industry Coding Assessment is, as part of an interview? I was told that it is not the same as testing you on algorithms, like in LeetCode.

    • @jiejenn
      @jiejenn  Год назад

      Each company is different, so there's no defined answer to be honest.

  • @MinaNassef-p6r
    @MinaNassef-p6r 7 месяцев назад

    Is it possible to make it recognize in real-time from a microphone with good performance?
    Edit: Another Question: Does it support the Arabic language as AWS doesn't in streaming (real-time)?

    • @jiejenn
      @jiejenn  7 месяцев назад

      Yeah, it definitely possible, but not going to be cheap though.

    • @madhav1527
      @madhav1527 6 месяцев назад

      Hi Did you find out a solution on how to get the input from a microphone, and supporting arabic? in real time, if so do let me know as i am having trouble in implementing the same

    • @MinaNassef-p6r
      @MinaNassef-p6r 6 месяцев назад

      @@madhav1527 I used Open AI Whisper

    • @madhav1527
      @madhav1527 6 месяцев назад

      ​@@MinaNassef-p6r but that has a cost right per api call, could you let me know if you found any library that does it without a cost

    • @madhav1527
      @madhav1527 6 месяцев назад

      ​​@@MinaNassef-p6r and one more question, how accurate would you say the open ai whisper is

  • @JuanFernandoCuetoHuaringa-i7e
    @JuanFernandoCuetoHuaringa-i7e 8 месяцев назад

    Donde se encuentra la interfaz de usuario?

  • @jessenorris1672
    @jessenorris1672 2 месяца назад

    Hi there could you make a video on adding the speech to text API to a discord channel, that would help me out a lot thanks in advance.

  • @ashishprakash8430
    @ashishprakash8430 10 месяцев назад +1

    hii, i follow your tutorial but it is not transcribing all audio.. please help.

    • @frankking5326
      @frankking5326 10 месяцев назад

      what error did you get?

    • @ashishprakash8430
      @ashishprakash8430 10 месяцев назад

      @@frankking5326 found the solution, I was using default model. Video model worked. Thanks for your tutorial.

    • @jubileudasilva9258
      @jubileudasilva9258 5 месяцев назад

      Speech-to-Text has three main methods to perform speech recognition. These are listed below:
      Synchronous Recognition (REST and gRPC) sends audio data to the Speech-to-Text API, performs recognition on that data, and returns results after all audio has been processed. Synchronous recognition requests are limited to audio data of 1 minute or less in duration.
      Asynchronous Recognition (REST and gRPC) sends audio data to the Speech-to-Text API and initiates a Long Running Operation. Using this operation, you can periodically poll for recognition results. Use asynchronous requests for audio data of any duration up to 480 minutes.
      Streaming Recognition (gRPC only) performs recognition on audio data provided within a gRPC bi-directional stream. Streaming requests are designed for real-time recognition purposes, such as capturing live audio from a microphone. Streaming recognition provides interim results while audio is being captured, allowing result to appear, for example, while a user is still speaking.

  • @TheCloudShepherd
    @TheCloudShepherd 8 месяцев назад +1

    Google documentation sucks. Thanks for this clearly explained how-to video

    • @jiejenn
      @jiejenn  8 месяцев назад

      Glad the video helped.

  • @Grams79
    @Grams79 3 месяца назад

    Thank you!

  • @dhoreys
    @dhoreys 6 месяцев назад

    My .wav file did not convert. Is there a sample .wav file I could use?

    • @jiejenn
      @jiejenn  6 месяцев назад

      You can search on Google, there are plenty.

    • @dhoreys
      @dhoreys 6 месяцев назад

      @@jiejenn The samples I have aren't working. I tried those. Gemini is saying to make sure that the file is in LINEAR16 format.

  • @aastharathod8786
    @aastharathod8786 Год назад

    how can i get it for JAVA?

  • @sadam_sparrow
    @sadam_sparrow Год назад +2

    Is it free?

  • @7BlackJack8
    @7BlackJack8 3 месяца назад

    Google couldn't do any better to gets developer away from this. It's an atrocious mess to use the apis