How to create your own Jarvis

Ғылым және технология

Here's the shorter version, that goes over the general idea of the project: • I am creating Jarvis
Watch me continue this project: twitch.tv/tabatteroth (Jarvis Project usually monday from 22:00 CET, other streams thursday at the same time)
I will probably make the code open source at some point, but for now it sucks too much. So here's an overview of the current state.
join the community discord to chat about stuff like this: / discord
DougDoug explains his projects, from which I have taken the 'talk to chat gpt' part for this project:
• Explaining the biggest...
Song: Dosi & Aisake - Cruising [NCS Release]
Music provided by NoCopyrightSounds
Free Download/Stream: ncs.io/Cruising
Watch: ncs.lnk.to/CruisingAT/youtube

Пікірлер: 10

  • @cerebro0111
    @cerebro0111Ай бұрын

    That's so cool ! I have wanted to do something similar for so long now. How does it scale in terms of OpenAI API cost? Could you use it daily or would it be too expensive? How much are we talking? Thanks for the videos, those are great !

  • @Tabatteroth

    @Tabatteroth

    Ай бұрын

    So far it's actually quite cheap, but the more I make it trigger itself the more the usage will go up I guess. I just checked, and in the month of april where i worked on it in 7 streams I paid 1,16$. Most of it for gpt4, even though I only used that on 1 day to test how much better it is, second most for Speech To Text. So if you use Azure for STT instead (they have 5h free per month, so that will prob be enough) and use gpt3.5 (or even llama3, but no idea how fast that is) the cost is probably next to nothing. So go for it and have fun! :D

  • @jinasasanapita4025
    @jinasasanapita402514 күн бұрын

    I think there aren't many programmers who actually utilizes twitch and youtube as a platform to share their work! Your channel has been an inspiration, and I might try to do something similar! Let me know if we can collaborate or work on something together in the future!

  • @Tabatteroth

    @Tabatteroth

    14 күн бұрын

    Aww, thank you that truly means a lot to me :) Truth be told, I wouldn't make any of these projects if it weren't for the stream. The stream is my excuse for making them in the first place :D And sure, let me know when you have any collab ideas and I'll see what we can come up with! 😄

  • @jinasasanapita4025

    @jinasasanapita4025

    13 күн бұрын

    @@Tabatteroth Hey! Cool! Let me reach out to you through dms or discord?

  • @Tabatteroth

    @Tabatteroth

    11 күн бұрын

    I think the easiest way would be if you join the community discord and DM me from there: discord.gg/BENKeKPgEa

  • @elieannestay9442
    @elieannestay9442Ай бұрын

    Cool ! This is fun, now I'm probably going to code my own version of this

  • @Tabatteroth

    @Tabatteroth

    Ай бұрын

    Go for it! Can't wait to see what you come up with 😄

  • @OverBlackSands
    @OverBlackSandsАй бұрын

    Using * in a function calls arguments allows you to send a variable number of different arguments. So you send the lists contents, each as its own argument, instead of the list itself if I'm not mistaken.

  • @Tabatteroth

    @Tabatteroth

    Ай бұрын

    yeah that's also how i understood it, but i can't help but to feel that there will be *some* combination of arguments that breaks it xD