How to build a real-time AI assistant (with voice and vision)

Sdílet
Vložit
  • čas přidán 30. 06. 2024
  • This is a new version of my AI assistant, this time using LiveKit (livekit.io.) This is the same platform OpenAI used to build their ChatGPT assistant.
    The source code of my example is here: github.com/svpino/livekit-ass....
    I teach a live, interactive program that'll help you build production-ready Machine Learning systems from the ground up. Check it out here:
    www.ml.school
    To keep up with my content:
    • Twitter/X: / svpino
    • LinkedIn: / svpino
    🔔 Subscribe for more stories: / @underfitted
  • Věda a technologie

Komentáře • 42

  • @toddroloff93
    @toddroloff93 Před 9 dny +8

    Incredible video. You're taking your content to the next level. Keep up the good work and thankyou for all you do.

  • @davieslacker
    @davieslacker Před 6 dny +1

    Really cool stuff... I def plan to recreate some of these things along with you when I have a bit more time at my computer. Just a thought, adding screen capture in with this would be pretty cool too to get help with whatever applications you're in... I would imagine you could include both camera and screenshot images in the same context and it should be able to distinguish which you're asking about.. or build a different tool that it can function call for that. Can't wait until we get some slightly more expressive voices as an option like OpenAI teased us with.

  • @sumitdevraye9725
    @sumitdevraye9725 Před 9 dny +1

    Great video. Keep these coming.

  • @riemannderakhshan1037

    You turned your videos to the next level which is pretty amazing. I would like you to ask if is possible, show us how to use open source models in those apps. Thank you in advance.

  • @jimmywang6177
    @jimmywang6177 Před 9 dny

    very interesting! thank you!

  • @moacirosa
    @moacirosa Před 2 dny

    Amazing content with solid explanation. Thanks very much 👏

  • @insitegd7483
    @insitegd7483 Před 4 dny

    Thank you, It is very interesting.

  • @7BlackJack8
    @7BlackJack8 Před 9 dny +2

    Can be used with google flash? Thanks for super content!❤

  • @sr.modanez
    @sr.modanez Před 6 dny

    obrigado, fantástico o vídeo 👏👏👏👏👏👏👏👏👏

  • @rxWar
    @rxWar Před 9 dny

    Nice men thanks

  • @edgarl.mardal8256
    @edgarl.mardal8256 Před 6 dny

    Hi, I am working on creating a closed lan-network, using per to per, and will input a live AI agent, locally stored, getting knowledge from LLM, and wonder if it is possible to have this kind of system then running without using internet?

  • @andriusem
    @andriusem Před 3 dny

    Hi, great video! How to change the source code that it captures my screen, desktop. Thanks.

  • @danieladama8105
    @danieladama8105 Před 9 dny

    This is great!

  • @rithikkumar7683
    @rithikkumar7683 Před 9 dny

    I hope we can we use gemini 1.5 pro? I will try to make this changes in old code

  • @reynoldoramas3138
    @reynoldoramas3138 Před 5 dny

    Hola Santiago saludos desde Cuba, acabo de ver en su perfil de Github que es un coterráneo. Su contenido es muy valioso, por aquí un ingeniero de IA tratando de salir adelante en este mundo. Me encantaría poder contactar con usted y ayudarle en algún proyecto.

  • @jock21341
    @jock21341 Před 5 dny

    sir can you help me why my assistant isnt talking back or nothings happening but its recognising in chat what im saying

  • @aaronwenniger7966
    @aaronwenniger7966 Před 2 dny +2

    now i keep running into troubles when using this code,
    I would love to be able to discuss this so i can get it fixed i want to implement some features to see if it can work for something else to.

    • @AI_by_AI_007
      @AI_by_AI_007 Před 2 dny +1

      Yes the API keys do not pass -- what are you experiencing?

    • @aaronwenniger7966
      @aaronwenniger7966 Před 2 dny

      @@AI_by_AI_007 Hi Yes,
      So i had to rework the code a little bit to get everything working again.
      And now its working great except that the voice of the AI is not working and i cannot give voice commands anymore.

    • @jarvisperaudon
      @jarvisperaudon Před 2 dny

      @@aaronwenniger7966How do you have do for the livekit api key ?

    • @jarvisperaudon
      @jarvisperaudon Před 2 dny

      How for the livekit api key ?

    • @aaronwenniger7966
      @aaronwenniger7966 Před 2 dny +1

      @@jarvisperaudon ?

  • @boooosh2007
    @boooosh2007 Před 8 dny

    Is this functionally any different than your previous video?

    • @underfitted
      @underfitted  Před 7 dny

      While they work the same for the demo, my previous code is very brittle. This one is much better because I’m using an entire existing infrastructure to support it.

  • @jeff_holmes
    @jeff_holmes Před 4 dny

    Curious about the latency. I noticed that you cut the video after each question (after 19:55), so I am assuming it was a few seconds?

    • @underfitted
      @underfitted  Před 4 dny

      It wasn’t bad, but GPT-4o is not as fast as it could be, so you definitely have to wait a second or so for an answer

  • @dmitrypehovski
    @dmitrypehovski Před 7 dny

    Hi , i start test with all your steps and got stuck on the fact that text and audio from the openai api are not transferred to livekit, all requests pass in the terminal , tried many solutions...doesnt work

    • @densonsmith2
      @densonsmith2 Před 6 dny

      I think I may have a similar issue on Windows there is some problem with the ffmpeg library.

  • @lets-makeiteasy
    @lets-makeiteasy Před 6 dny

    so i cannaot code can you make toturial for using ph3 which is free and have vision and also use visper ai to convert text to speech and other free tools so minimizing the cost to completely zero I am a student trying out these stuff and don't wanna pay or don't have money to pay for the API or other things so please make a toturial using all the free and open source tools

  • @jarvisperaudon
    @jarvisperaudon Před 3 dny

    Hey I have a issue with key api livekit its telling me error like its invalid

  • @densonsmith2
    @densonsmith2 Před 6 dny

    Has anyone gotten this to work on Windows?