Building a Speech Transcription App Using Flask and OpenAI

Поділитися
Вставка
  • Опубліковано 12 вер 2024

КОМЕНТАРІ • 8

  • @yanickt6765
    @yanickt6765 14 днів тому

    It helped me debug my Flask code where I didn't really know how to manage the audio. Thank you for this tutorial 🤓

  • @JustThink2000
    @JustThink2000 2 місяці тому

    Very concise and easy to understand. Thanks for this, I was just looking for a way to build a recorder in order to prompt OpenAI.

    • @prettyprinted
      @prettyprinted  2 місяці тому

      Glad it was helpful. Thanks for watching!

  • @SomethingRandomChannel
    @SomethingRandomChannel 2 місяці тому

    This is brilliant man, I’ve been wanting to make an OpenAI powered voice assistant and this will help make a nice ui for it thank you

  • @Alex-Ibby
    @Alex-Ibby Місяць тому

    Any chance you could do a flask tutorial with a live transcription that displays as you speak? Deepgram has a Python sdk, but I’m finding it impossible to figure out sockets for flask

  • @arhumaalhor6152
    @arhumaalhor6152 2 місяці тому

    Amazing, but next video with Django bro please ❤

  • @JeomonGeorge
    @JeomonGeorge 2 місяці тому

    can you plz make a video to stream the llm response from a flask app (backend) to a nuxtjs app (frontend)

    • @prettyprinted
      @prettyprinted  2 місяці тому

      I haven't done anything with NuxtJS, but I'll look into and see what I can do. Thanks for the idea.