Tony Stark would be very happy to know that Jarvis has returned
@codewithbro957 ай бұрын
Let’s goo 🚀🚀🚀🚀
@ArthurWolf7 ай бұрын
I mean, in-universe, Jarvis wasn't made Open-Source, Tony Stark kept it to himself, despite the world-changing potential...
@ArthurWolf7 ай бұрын
I mean, in-universe, Jarvis wasn't made Open-Source, Tony Stark kept it to himself, despite the world-changing potential...
@codewithbro957 ай бұрын
Thanks for watching, please don't forget to like and subscribe!
@currentIII7 ай бұрын
"I am Sir" had me dead lol..😂 great vid tho...btw are you using any APIs??
@codewithbro957 ай бұрын
Hahaha, i know right... Yes, at the moment i am using a TTS fine-tune voice of Jarvis on a cloud platform which is paid. Mostly for testing purposes at the moment, however the goal is to have it running entirely locally in the future.
@codewithbro957 ай бұрын
The model is soo not ready for official use yet, the hallucination is crazy hahaha... but keep and eye on the github repo for updates:)
@currentIII7 ай бұрын
Foshoo bro might try and help where I can💯
@codewithbro957 ай бұрын
@@currentIII that would be amazing man, waiting on you PR:)
@techgiantt7 ай бұрын
I noticed it got silent when you speak even though it's not done talking
@dhruvbaliyan64707 ай бұрын
Indian Coder has already built it months ago or a year ago. But may be both of the Jarvis have different features.
@codewithbro957 ай бұрын
Interesting, I haven’t seen this yet, is it an LLM?
@dhruvbaliyan64707 ай бұрын
@@codewithbro95What I found is that Jarvis can't interact with computer likes yours can .
@codewithbro957 ай бұрын
@@dhruvbaliyan6470 Hope to push more updates soon! keep an eye on the github repo:)
@devagarwal32507 ай бұрын
Indians coders have build it but they didn't use llms .
@devagarwal32507 ай бұрын
Tbh it is not that hard to us Jarvis. You can use open source LLM or apis. There are already lots of ai agents available nowadays
@okmm28077 ай бұрын
It is an interesting idea, but what it lacks most is authentic behavior. What do I mean by that: - Stop asking for further instructions after beeing asked a simple question. - Stop "remembering" events. If you trained a randomly initialized model with data like its future identity; note that these inputs have no relation to the initial training data. Which means aligning base knowledge with synthetic data will cause a mismatch and most likely more hallucination. It would probably be more efficient to train models to align knowledge correctly and then give it access to additional data which will then become a system prompt.
@codewithbro957 ай бұрын
Interesting line of thought, thanks for the feedback, since I’m working a lone on the project now it’s kinda hard to think about everything at the same time. Perhaps you can tip in with an issue and PR on the repo, would be much appreciated 🙌🏾
@leodark_animations20842 ай бұрын
I'm making a step down version of Jarvis as i'm still learning. For now it's a single hub that allows to type multiple keywords to do tasks or play games..will maybe try to convert it into an actual AI with tts and listening function one day
@codewithbro952 ай бұрын
Amazing!!!
@messiah0017 ай бұрын
🤯🤯🤯
@codewithbro957 ай бұрын
Stay tuned:) Please don’t forget to like and subscribe;)
@hedgehogform7 ай бұрын
If you can make ChatGPT 5 uncensored you would be the next elon musk.
@codewithbro957 ай бұрын
Hahaa, I wish I could, but the main challenge with these LLMs nowadays is raining, it requires so much computer power tbh Also, Jarvis is only a fine-tune of llama2-7b
@Inv1s1bl34 ай бұрын
@@codewithbro95 did you check intel developer cloud? can be helpful for training models.
@bulb22797 ай бұрын
Hey man, your instagram link in description is dead. Update when you can.
@codewithbro957 ай бұрын
Hey there, sorry about that, here’s the update: @codewithbro_ And thanks for pointing that out!
@djnizzi7 ай бұрын
I'm learning as I go, myself
@codewithbro957 ай бұрын
Let's gooo🔥
@techgiantt7 ай бұрын
what did you use for this demo tts? because I've tried openvoice and it doesn't sound this natural and bark by suno ai inference takes a while if you are using a cpu
@codewithbro957 ай бұрын
Indeed, the objective is to get something working completely locally however for this demo I cloned the voice of Jarvis on elevenlabs… most difficult part was getting a clean dataset tbh
@hanksimon1023Ай бұрын
@@codewithbro95 Marvel released a Free JARVIS App about 5 - 10 years ago. Nothing like this, just a nice 'toy' that ran on Android and iPhones. My point is that there are 150MB of 379 .WAV files in 150MB of Paul Bettany saying various phrases. Not sure if that would help your dataset ? I don't recall where this directory is located, but Google or an AI Chatbot may be able to locate a copy.
@Inv1s1bl34 ай бұрын
Hey bro! You are doing amazing project.. I would be happy to collaborate
@codewithbro954 ай бұрын
Thanks, really appreciate it. all contributions are always welcomed repo link: github.com/clevaway/J.A.R.V.I.S
@Inv1s1bl34 ай бұрын
@@codewithbro95 alright!
@Inv1s1bl34 ай бұрын
Why did u not use llama3 8 or 40b model?
@codewithbro954 ай бұрын
@@Inv1s1bl3 because when i was starting the project it wasn't out yet. also it is extremely heavy, resource wise
@Inv1s1bl34 ай бұрын
@@codewithbro95 So, are there any plans to change it in the future? I agree it's heavy resource-wise, but I want to mention that it's quite better than the current one.
@ghostbytheashtree92435 ай бұрын
can someone help me figure out how to set this up? i am very confused
@codewithbro955 ай бұрын
Check the repo and doc in description
@radhat_4 ай бұрын
@@codewithbro95 Checked. something seems not working... for example the "generate" in the elevenlabs. and other stuffs.
@mikew28834 ай бұрын
Nice job! 👍
@codewithbro954 ай бұрын
thanks, really appreciate
@christopheboucher1277 ай бұрын
Do you plan to add him long term memory ? Something like memgpt would be nice, or teachable agent from autogen also… thanks to make jarvis free )❤
@codewithbro957 ай бұрын
Thanks for the suggestion on this one, could you open an issue here, any feature you'd love to have: github.com/clevaway/J.A.R.V.I.S
@icris_studio7 ай бұрын
1:50 Maybe you forget me..
@codewithbro957 ай бұрын
No way… you working on Jarvis too?
@manishgautam24247 ай бұрын
waiting for wireframe
@codewithbro957 ай бұрын
Wireframe??
@manishgautam24247 ай бұрын
@@codewithbro95 jarvis ready this 3d model in digital wireframe
@codewithbro957 ай бұрын
@@manishgautam2424 as you could tell in the video, Jarvis is still a work in progress and we are open to any feedback and suggestions… be sure to keep an eye on the GitHub repository 🙌🏾
@manishgautam24247 ай бұрын
@@codewithbro95 always
@nicolasaguilar92097 ай бұрын
yoo dude this is sick!
@codewithbro957 ай бұрын
Yo man, I know right hahah! Stay tuned for update 🔥🔥
@johnmarston24747 ай бұрын
Can u build my ex if i give u 1000 msgs she die or something
@douglasglass6912Ай бұрын
the REASON NOBODY IS DOING OPEN-SOURCE AND GIVING IT AWAY FOR FREE IS GREED......
@codewithbro95Ай бұрын
@@douglasglass6912 well there you go, we building it for everyone!