Invoking ChatGPT API from Spring Boot: Speech to Text

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ส.ค. 2023
  • In this video we will invoke the audio API of ChatGPT for speech to text transcription of our audio file.
    You can find the source code at the following github url:
    github.com/chargeahead/chatgp...

ความคิดเห็น • 2

  • @arpitbhavsar6020
    @arpitbhavsar6020 10 หลายเดือนก่อน +1

    Hi,
    Here you had the file in your Local computer
    What if the client is a real-time person and he/she wants to transcribe the speech
    Either he need to download the entire speech he/she needs to transcribe
    Or the file needs to be downloaded on the server via client and then get transcribed
    I am trying to make an application where one can record the speech and the speech gets transcribed leveraging Whisper AI
    Any solution for this
    Or advancements on this?
    It's not feasible to download the recorded files everytime on the client side or server side either.
    Btw great Explanation in the video ❤

    • @chmouad1638
      @chmouad1638 9 หลายเดือนก่อน

      Hello, any solution?