How to transcribe a video using Azure Speech Service | Full Demo

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

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

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

    Great tutorial, it worked for me. now you have one subscriber more.

  • @AndrewSmith-bz1lf
    @AndrewSmith-bz1lf Год назад +2

    Hi - a very informative video thanks - now I was wondering would it be possible with azure / power automate to trigger when an audio file is saved to a OneDrive folder to transfer that to text and then summarise using ai before saving as a word doc in another folder?

    • @freddydubon4619
      @freddydubon4619  Год назад +1

      Hi @andrewsmith-bz1lf, yes this could be possible with onedrive and power automate, as well as azure blob storage and a logicApp that would be triggered when a file is created in the blob storage. let me know if you tried it already?

    • @JoseGarcia-vu5nd
      @JoseGarcia-vu5nd Год назад +1

      ​@@freddydubon4619 This is exactly what I need to do and I'm having a hard time figuring out how to implement it.

  • @David_Mash
    @David_Mash Год назад +1

    Is an understanding of Ubuntu or programming required in order to use Azure speaker recognition? I would like to use is there a speaker recognition, but there is no user interface that I can find that allows me to upload audio files and assign names to voices

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

      Hi David, I used Ubuntu because this is what i know, however you can accomplish the same using powershell. for automation typically scripts and functions are the way to go. were you able to do what you were trying to do? btw thanks for watching

  • @kundansingh-dx9wy
    @kundansingh-dx9wy 7 месяцев назад

    can you please help it does not tell about the speaker 1 and 2 and how to achieve that

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

    Thank you for this informative video. Can you please provide inputs on how to get Transript along with the timestamps

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

    Very helpful and easily understandable..i have a query..do we need to install python software on the VM

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

      I am glad it was helpful, and for this demo I did install Python on the VM

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

    Hi, Wheres the video of the serverless Solution ? Thanks Kind Regards

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

    lets say audio is in english and we want to get subtitle in spanish and other languages. Is it possible

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

      yes that is possible, you can send the transcription to the translate service and get a transcription translated to different languages.