How to Create Jarvis AI Assistant | Like Iron Man

preview_player
Показать описание
Creating Artificial Intelligence Assistant | Jarvis | Friday | EDITH | Ironman
Creating Jarvis powered by OpenAI and Python | ChatGPT

0:00 Setting Up
3:25 Importing Modules
4:56 Windows Install pyaudio
5:24 Mac Install pyaudio
7:08 Mac/Windows Install
7:57 Writing Code
15:11 Testing The Project
16:30 Complete Code
Рекомендации по теме
Комментарии
Автор

I was thinking about having a Jarvis this week!
Great content man! :)
A big hug from Brazil!

guilhermevinicius
Автор

this is not a personal ai, if you use ChatGPT or any API provider then you do not have your own AI, for example you can teach it how to do illegal things and let it give you back a prompt about it or let even make bypass simple things like NSFW filters. Your personal AI will learn any dataset you want and will provide you with any feedback you want, and you will be able to modify its training and algorithm.

houssamchehadiofficial
Автор

I tried this, I was using a Windows PC

The first error I had was
"You exceeded your current quota, please check your plan and billing details."

I added my CC details to the API and gave them $5...

The next error I had was
"The specified device is not open or is not recognized by MCI"
To fix this I found the new version of playsound didn't work so removed it and installed 1.2.2

pip uninstall playsound
pip install playsound==1.2.2

Then I was able to hear the Voice.

Note that from asking the question to getting a response was about 30-60 seconds.

It does not do follow up questions
but you can keep asking questions at any time.

Until it stops answering.... and you have to reload the script.

Overall a fun learning experience

bcnukenny
Автор

FINALLY THIS ITS THE BEST ND ONLY VIDEO IT EXPLAIN WITH DETAILS ❤🎉🎉🎉THANK YOU ❤

arcgamer_tv
Автор

Great video! I did never do anything with python, but this video is really easy to understand.

JoBricks
Автор

What if we want to connect it to a visual interface to optimize the conversation experience

badrelkoudia
Автор

You can simply determine ur mic with You could also just write ur mic name into a var like mic_name = 'Mikrofon (NVIDIA Broadcast)' and set the mic index directly like mic_index =

smibii-plus
Автор

Definition of quality content.❤
Edit:
Every single time i have no audio back, and the only response i get now is: "You exceeded your current quota, please check your plan and billing details."
Any ideas :) ?

cy_wareye
Автор

Any ideas on how to package this for deployment like a smart home speaker? Parts lists or anyone doing this commercially or simi commercially?

fitlikeaglove
Автор

00:00 Create an AI voice assistant using open AI
02:01 Learn how to create and use an API key
04:17 Installing Pi audio can be challenging
06:24 Install necessary packages for Pi audio and speech recognition
08:49 Creating a while loop and setting up microphone
10:58 Creating an always-listening AI program
13:01 Using OpenAI's GPT 3.5 model with Google speech to text and MP3 file creation
15:07 Learn how to carry on an audible conversation with chat GPT
Crafted by Merlin AI.

piddy
Автор

Have you experimented much with ElevenLabs in regards to this sort of thing? Wondering how easy it would be to combine. I'm trying to find an AI that'll let me set reminders and then specifically speak to me TO remind me, to jar me out of hyperfixation/help with memory issues.

morganandrade
Автор

Can this be used on a phone with the app? I am wanting to make something like KITT on Knight Rider. I'll be using a Wireless mic connected under the hood (Similar to echo auto) to my phone so it can use the phones ChatGPT. Okay, so I currently have a 2016 Cadillac XTS that I have turned into Knight Riders KITT (Knightrider Cadillac on TikTok), I use echo auto but its so limited. I'd like to give it the ability to answer as something other then Alexa, and i'd like to give it some attitude. thx

thomasbolton
Автор

Thanks for this, I was able to get mine to work. Now I'm trying to add skills to it

johnpi
Автор

You are the best guy in whole YouTube lot's and lot's of love from India ❤❤❤

_vid
Автор

Will the prompt continue to have context of previous parts of the conversation? For example if I tell it my favorite color is blue. And then ask it a few other things and then ask what my favorite color is. Is each prompt isolated from the rest? That would be a great next step. You'd have to keep track of the conversation in a string and send that along with the new prompt. And then also make sure to truncate that log so that it doesn't exceed the token limit.

Another mod would be to use the API to customize the personality of the bot.

Nerdtronic
Автор

The code is seemingly recognizing that I am speaking to it, but will not speak back and the terminal only says exception. Anyone else finding this error?

christiancastro
Автор

hi, i tried following the steps and it only shows the file path in the console. i changed the (device index) part to 1, 2 and deleting it entirely. all gave the same result. i copy pasted your code and it still gave the same result. is this an error or do i just have bad pronunciation and it is working?

soyumapple
Автор

mas, colocando o API da openai do chatgpt, oque for fazer utilizando essa API não vai ficar armazenado no banco de dados da OpenAI não?

tlesxem
Автор

Any suggestion on a bot to be develop to keep learning from a cloud documente? For example, if the user prompt new questions and the admin join the chat to answer, this answer could be sync on real-time to the bot similar as ChatGPT learn from your inputs? The purpose of this is to create a more specialized virtual assistant to suggest answers for customers

lemicmelo
Автор

Is there a way to make like an visual jarvis? Like the sphere, when it speaks it gets bigger and so on.

andreagessner