Being a visually impaired person and being able to follow through with this and implement successfully makes me feel very elated! I know it doesn’t mean much. But you just gained a devoted subscriber!
@jackofspades38452 жыл бұрын
How did u type in the code
@temitopeayoade59242 жыл бұрын
can you please share the code?
@temitopeayoade59242 жыл бұрын
@@jackofspades3845 can you please share the code
@surfernorm63602 жыл бұрын
Hey I use glasses but thats nothing this guy knows how to read script and I type fpr crap so its nice to find this kind of knowledgeable help and also to learn how to use ChatGpt as a script writer/editor i have been reading about is a big deal. I also noticed he has a good library of other scripts i will try like the financial manager. I also like that he has a clear speaking voice and her explains what he is doing while he goes along. There are some none english speaking guys who also know what they are doing but its very difficult to understand them
@fortune1012 Жыл бұрын
Please, can I get the GitHub repo to this project. If you don't mind me asking, what other features do you think can be added to this project to better serve a visually impaired user and How?
@karis62703 жыл бұрын
man i love this guy, the videos he makes are soo useful and entertaining
@NeuralNine3 жыл бұрын
thanks brother ^^
@itzikgutzcha47793 жыл бұрын
This is very nice! There are some models out there that can write code, So image, you tell it to do something new, a new intent, and then it asks "how to do this?" and you tell it, then it creates a function from your commands, and learns how to do more and more tasks. Of course, you must first give it some tools, like how to google stuff and run image recognition models. At some point, it will have enough tools to learn tasks by itself. For example, you tell it to press the exit button on the ad. At first, it doesn't know what a button or an ad is, let alone the exit button on the ad. But by this time, it should already know how to search stuff on the internet, get images of buttons, specifically exit buttons, and do what you ask of it, and it should record the actions it made. From here on out, when you tell it something new, it can manage by itself or will need minimal instructions.
@dipuometuel68063 жыл бұрын
It's quite depressing that NeuralNine hasn't reached 1M subscribers......your tutorials are the best...I used that one for sockets for my project..thank you for your dedication
@antoniorivolta3 жыл бұрын
This is officially the coolest channel on KZbin ever.
@PunkArray2 жыл бұрын
Finally! Someone with useful content. Thank you, NeuralNine!!!
@DarkAcademyUniversity10 ай бұрын
Why did not this man has not already 1mil? You tube sucks! You rock bro! Keep going!
@BrandonJacobson3 жыл бұрын
That's awesome. My whole channel is dedicated to building my own digital assistant using Python named SHANE like Jarvis from the Iron Man movies and comics. Many of your videos gave me good ideas.
@NeuralNine3 жыл бұрын
Happy to hear that :)
@ceebee1053 жыл бұрын
love the organized simplicity! I'm sure it's something easily accomplished, but is there a way to add a "wake word" to listen for before processing any requests?
@gabrielefasano4541 Жыл бұрын
He covered the wake word in another video
@shobhitpoddar2 жыл бұрын
Brother, I don't know much about python, but you helped me a lot in making one assistant for myself. Thanks. And yea you earned a sub!
@dr.deathvolt30583 жыл бұрын
I love this guy 💖😍 He always come with different ideas and blow our mind ❤️
@ivangrand49473 жыл бұрын
Awesome content. Favorite channel right now.
@practical_python6313 жыл бұрын
Great video ! just one more additive value , you could actually create a function that executes the speaker instead of runing it everytime you want to desplay a certain text into a voice format, as in the following function : def speaker(text): engine.say(text) engine.runAndWait() speaker( ' Hello World')
@shinchanhindi88383 жыл бұрын
Can you please provide me code for virtual assistant in python using pycharm
@justchris8462 жыл бұрын
I’m starting with the Voice assistant and working my way to making AI. I need my computer to hear me , and be able to tell me what exactly is doing, the voice assistance is a great place to start
@fortuneplus11762 ай бұрын
Hello brother i have tried to install neuralintents a current version of python which is 3.1.3.0 but it gives an error when installing neuralintents
@GhostlyRotary Жыл бұрын
Hey there, its say that the assistant has no attribute called "train_model" What do I do?
@GhostlyRotary Жыл бұрын
Like, this is so confusing.
@muskanmuskan-g1l9o18 күн бұрын
probably you are using different version of neuralintent (version-0.0.3 is used in the video) , try changing the train_model() to supported methods (like assistant.train() ). I was facing multiple errors including this one , so i replaced my version to 0.0.3
@RastaLif2 жыл бұрын
code seems to not be working on my end i keep getting the error code line 111, in assistant.train_model() is anyone can help would be appreciated. ive went through the comments and checked google with no answers to solve thanks in advance
@amayshah60902 жыл бұрын
Bro have you got any solution to this?... I'm facing the same error
@priteshkumar7189 Жыл бұрын
@@amayshah6090 I also have the same issue. Can someone please give the solution
@muskanmuskan-g1l9o18 күн бұрын
if you are using (BasicAssistant class) instead of (GenericAssistant) , then you need to not write this code line. BasicAssistant automatically trains the model. So , either remove this line or simply comment it out.
@lizenzrush91253 жыл бұрын
How can the tts engine output the responses defined in intents.json ?
@vilmerfolcke24583 жыл бұрын
Also wondering that
@ethanhobden2 жыл бұрын
did you figure it out?
@dansdroids40673 жыл бұрын
Great video, very instructive! I have an issue though when running this completed code: File "C:/..../main.py", line 46 with open(filename, 'w') as f: ^ IndentationError: unindent does not match any outer indentation level Process finished with exit code 1 I checked the whole code and there's no space/tab conflicts.. any help would be greatly appreciated!
@纳尔瓦尼莫希特2 жыл бұрын
Can you send whole code
@ShwethaH-w9e Жыл бұрын
Sir i have executed my code using your library. but i keep getting the below error. as the latest version doesn't support old versions of tensorflow. what is the solution for this? ValueError: decay is deprecated in the new Keras optimizer, pleasecheck the docstring for valid arguments, or use the legacy optimizer, e.g., tf.keras.optimizers.legacy.SGD.
@vaibusterqna Жыл бұрын
which software or app u are using for the program is it pycharm
@logankempson2173 жыл бұрын
Hi can someone help me. I've got an error on the line that says: assistant = GenericAssistant('intents.json', intent_methods=mappings) and I can't figure out where I I've gone wrong. No other errors have cropped up in the code and when you comment it out the program runs fine until you talk to it. This has led me to believe that this is the only error. Can someone please try and help me
@logankempson2173 жыл бұрын
@@Loki-wv3bx No I didn't
@logankempson2173 жыл бұрын
Couldnt figure out how
@GhostlyRotary Жыл бұрын
assistant = BasicAssistant('intents.json', method_mappings = mappings) might fix it You'll have to replace that line of code with this one.
@arieljoserodriguez68773 жыл бұрын
thanks very much for this excellent tutorial, I've learned a lot, I was able to code my first Ai assistant because of you, looking forward for more interesting content...THANKS
@temitopeayoade59242 жыл бұрын
can you please share the code
@wko_3 жыл бұрын
Brazil here ✋ Nice video!!
@NeuralNine3 жыл бұрын
thank you ^^
@zego_fr34ks673 жыл бұрын
I get this error: Exception has occurred: TypeError string indices must be integers File "***\main.py", line 106, in assistant.train_model() Anybody know how to fix it? Or where can i find the full code?
@khushiverma9492 жыл бұрын
Unindent amount does not match previous indentPylance No quick fixes available i am getting this problem in line [48,9] pls help
@0x2A_3 жыл бұрын
Who needs human friends when you can code your own :D
@joegalaxy18783 жыл бұрын
i have a problem, at the start it says that neural intents and pyttsx3 dont work because of 'conflicting dependencies' do you know how to fix it?
@mohamedznouda46293 жыл бұрын
how to solve the two errors that appears at the start when you run the program at 22:15 ? "VisibleDeprecationWarning" and "UserWarning"
@imisuu84753 жыл бұрын
Great voice assistant!
@hanfordluna6169 Жыл бұрын
can you do a video how to install your pycharm because mine is doesnt work properly my codes are right but the pycharm doest work well
@GhostlyRotary Жыл бұрын
Well, there is a community version , and a pro version. When you go into your code, you'll have to open it as a project so its not in light editing mode. From there you can run and test the code.
@vedaantmaheshwari99923 жыл бұрын
you are the best your ideas blow our minds soon you will reach 100k subscribers best of luck for your upcoming videos
@troopekyt3 жыл бұрын
The only dislike was someone slipping his finger! Keep up king :)
@sabythenoob Жыл бұрын
Iam getting this error Traceback (most recent call last): File "c:/Users/sabeythenoob/Downloads/SKAVA-master/SKATA_Neural/NLTK.py", line 110, in assistant = GenericAssistant('intents.json',intent_methods=mappings) File "C:\Users\sabeythenoob\AppData\Local\Programs\Python\Python36\lib\site-packages euralintents\assistants.py", line 161, in __init__ super().__init__(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'intent_methods' Error in sys.excepthook:
@maulikshah283 жыл бұрын
Epic video dude. Looking forward to seeing that zoom clone
@NeuralNine3 жыл бұрын
Already coded and recorded :)
@ajiteshkumar3 жыл бұрын
@@NeuralNine Wow! Can't wait for the upload! : )
@codewithyug11293 жыл бұрын
@@NeuralNine what! Pls upload it as fast as possible
@NeuralNine3 жыл бұрын
@@codewithyug1129 Have to keep the schedule ^^
@codewithyug11293 жыл бұрын
@@NeuralNine ok 👌. Anyway, I am waiting
@khushiverma9492 жыл бұрын
hi i am getting an error in line 1 of generic assistant from neuralintents import GenericAssistant Error using selected REPL back-end: IPython mode requires IPython 0.11 or later: No module named 'IPython' Using standard backend instead >>>
@sanskarawatimusicchannel33187 ай бұрын
Did you get the solution
@futurecodingwithgirishwar72473 жыл бұрын
Best video, but can you show how to add voice enabled web searching on google in the same virtual assistant? This is the best video I was searching
@aaronferia55082 жыл бұрын
Hello, I have a question... how do you make your AI assistant to say responses from the "responses" in the json file??
@SMK-ds1uf2 жыл бұрын
it is not working when downloading speech recognition this is coming up !!! AttributeError: module 'tokenize' has no attribute 'open'
@KazmUmutErke3 жыл бұрын
"from neuralintents import GenericAssistant" doesnt work for me i did pip install but i got this ERROR: Cannot install neuralintents==0.0.1, neuralintents==0.0.2, neuralintents==0.0.3 and neuralintents==0.0.4 because these package versions have conflicting dependencies.
@kys86932 жыл бұрын
same problem here
@clouDndsky3 жыл бұрын
hi neuralnine, keep up the great work :)
@preritdas69982 жыл бұрын
When the video started I thought we wouldn't get the "what is going on guys and today we're going to build a thing so let us get right into it," but he didn't disappoint.
@jankolodziej27523 жыл бұрын
That was epic good work !!!!!
@sachinsaibu65192 жыл бұрын
I did your same code. But assistant is not responding? What can I do?
@harrylongofficial62482 жыл бұрын
Is the Neuralintents working for apple silicon? I keep getting this come up: Process finished with exit code 132 (interrupted by signal 4: SIGILL) ... And when I looked it up, some were saying it's to do with arm64 or some compatibility error. I'm confused...
@captainboreg77972 жыл бұрын
im unable to import the Genericassistant and the other modules.
@portal_it_id3 жыл бұрын
Glad I found this channel
@codewithyug11293 жыл бұрын
I am waiting for the video conferencing app which has mic recognition. Awesome VIDEO. Now I am not going to be lonely in the lockdown.
@NeuralNine3 жыл бұрын
Zoom clone coming soon :D
@codewithyug11293 жыл бұрын
@@NeuralNine wohoooo
@codewithyug11293 жыл бұрын
@@NeuralNine when do you think you will upload it?
@Vaishnavi-ld6uk2 жыл бұрын
Exception has occurred: ModuleNotFoundError No module named 'neuralintents' Can you please resolve this error I have already installed the module it showing as "already satisfied" then too I am getting this error
@50shadesofflet612 жыл бұрын
you have to get the 3.10.2 python bro
@quezeexdead43092 жыл бұрын
why is that error comes everytime i've installed neuralintents already and it is still giving me the errors ,also with genericAssistant and speechrecognition and pyttsx3 how may I fix it Please help me with it
@Lowakred Жыл бұрын
Im abit of a noob at this. i installed the files with pip but when i try to import them in the IDE there are errors and it cant find the references. I am assuming that the location i installed the files with pip is different to what my IDE is pulling from. can someone help me change this ? and correct me if I'm wrong ?
@ikennaa3 жыл бұрын
hey, thanks for this but I e run into a problem :( when I try importing GenerisAssistant from neuralintents it throws errors. unresolved reference 'neuralintents' unresolved reference 'genericassistant' pleased help. thanks
@nolanclark91542 жыл бұрын
Despite installing neuralintents with pip and not seeing any issues when I try to run I have the same issues. The error I receive is: from neuralintents import GenericAssistant ModuleNotFoundError: No module named 'neuralintents' It looks like a great project but going to need some help to resolve.
@mfauzi43572 жыл бұрын
very nice, please add wakeword so assistant can standby all the time
@Sin.mp3-o3s3 жыл бұрын
Pyttsx3 never works for me, it always show some traceback errors on a lot of files
@ahmetarkan96122 жыл бұрын
Hi, is it possible to open a picture saved in my pc and see the picture while voice assistant is talking about it? Thank you.
@muhammadasjadchaudary4452 жыл бұрын
did u make the intents.json or did it come when u installed neuralintents cuz it didnt happen with me :)
@GhostlyRotary Жыл бұрын
YOu have to make it
@pqritzzieler84592 жыл бұрын
It doenst seem to be listening even tho my code is excactly like yours (I basically deleted all my own code just to test if it is something i messed up there) it seems like the error is at recognizer.listen(mic)
@badrdriouch12583 жыл бұрын
Hello! I need help pls. I'm having trouble installing neuralintents package.
@JNET_Reloaded2 жыл бұрын
Error i get is error: numpy 1.19.5 is installed but numpy>=1.20 is required by {'tensorflow'} how do i fix this please? they removed a version and its now broken this app :/ ???
@pokegamerspoint65773 жыл бұрын
which IDE are u using? Also in my pc I can't download any packages I tried pip install flask but it didn't work Is this because I have windows 7?
@kostassagma60993 жыл бұрын
He is using pycharm. If you are on windows, you need to add python to path to use its commands.
@NeuralNine3 жыл бұрын
I am using PyCharm
@MrREALball3 жыл бұрын
He is using PyCharm. In order to use pip commands you need to have python installed. And Also check your environment variables and PATH.
@pokegamerspoint65773 жыл бұрын
@@MrREALball I have installed python 2.8.1 (because the later versions are not supporting) and also have installed pycharm
@zombiekiller71013 жыл бұрын
@@pokegamerspoint6577 just type pip in terminal, what do you get ?
@fatimasalem18013 жыл бұрын
when executing f.mp3 is not recognized as an internal or external command operable program or bath file Please what is that solution
@DrillManga2 жыл бұрын
Not going to lie, your "NeuralIntents" module is quite dope. Where are the models saved? It would be cool if we could "save it for later". Keep up the great work.
@zachdavis58542 жыл бұрын
I can't get it on my computer can you help me?
@CodeRay-k8z6 ай бұрын
you can by using the .save_model() method on the assistant object
@AdityaSharma24091994 Жыл бұрын
I am getting latency issues in getting output from bot. How can I improve that?
@brianhansen74253 жыл бұрын
Thanks for the video. I learned a lot. Terminal says there is a mistake in your 'neural intents' main.py. line 67, in train_model for intent in self.intent['intents']: TypeError: string indices must be integers. Can anyone help?
@shoryasinghal52412 жыл бұрын
same problem I am facing if you have got solution please tell me
@JNET_Reloaded2 жыл бұрын
i found a potential bug, if intent is not found it is possible it finds an intent it wants to run! can you solve this with an else statement?
@ishaparab7804 Жыл бұрын
what is the command to get the basic structure of project??
@Pwn5hell Жыл бұрын
i tried to download neuralintents but if it comes to 101mb and then is start showing error
@codewithyug11293 жыл бұрын
Amazing intro @NeuralNine
@NeuralNine3 жыл бұрын
thanks brother :)
@888e32 жыл бұрын
it throws me this error "Could not find PyAudio; check installation During handling of the above exception, another exception occurred: File "C:\Users\panda2\OneDrive\Desktop\programmi\Assistant.py", line 115, in with speech_recognition.Microphone() as mic:" how can I fix it?
@muskanmuskan-g1l9o18 күн бұрын
you haven't installed pyaudio . Install it.
@kevinschilling68133 жыл бұрын
I really liked the video and information. My only issue or (run problem) was that GenericAssistant could not be resolved. As I didn't have the neurialintents you set to import for GenericAssistant. I did build the Intents List that you showed. But I'm too much of a noob to make your coding work. Maybe you can show us how your nurialintents were created so we can make the rest of what you shower us work.. Thx..
@muhammadasjadchaudary4452 жыл бұрын
can you help me i get null byte error when i type in from neuralintents import GenericAssistant
@kevinschilling68132 жыл бұрын
@@muhammadasjadchaudary445 sorry I cant help. I never received the info I requested from the original poster of the video.. which is a shame as I thought this was really promising.. something is missing in the code that I cant figure out..
@muhammadasjadchaudary4452 жыл бұрын
@@kevinschilling6813 no worries I made my own with javascript:)
@callummcgregor6728 Жыл бұрын
Does anyone know the versions he uses in these videos? im trying to recreate a lot of this stuff but i cant find the correct combination of versions to make anything work
@adlezof2 жыл бұрын
could you provide a github link to your project, because its not workling for me but i would love to use your code as an example.
@leonardclausen71823 жыл бұрын
I can only enter 1 Voice command. I had to rename lr to learning_rate in line 373 of optimizer_v2.py and in main.py in line 97 i had to specify the array to dtype=object because otherwise i had errors before the epochs. My webcam mic blinks when I can enter the voice commands and it lights up when nothing else happens or it answers. Please help. PS: I am running on Python 3.9 and I had problems with installing pyaudio so I followed the comments below. In Addition I am German and I think my assistant answers in "German" english
@leonardclausen71823 жыл бұрын
Please help
@rahulranjan70043 жыл бұрын
Sir. I am working on a project and I am stuck at something.. Can we get the TAG as output ? I mean return "tag" which I mentioned in the intents.json file from the GenericAssistant... actually I wanted to do apply it in if/else statements not in functions.. like that.....
@fortune1012 Жыл бұрын
I keep getting this error message when I run the code, please help: File "c:\Users\DANIEL\Voice_Assist\main.py", line 114, in assistant.train_model() File "C:\Users\DANIEL\pyver\py311\Lib\site-packages euralintents\main.py", line 97, in train_model training = np.array(training) ^^^^^^^^^^^^^^^^^^ ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 2 dimensions. The detected shape was (30, 2) + inhomogeneous part.
@muskanmuskan-g1l9o18 күн бұрын
replace that with - training = np.array(training, dtype=object) and modify the train_x and train_y- train_x = np.array([item[0] for item in training], dtype=int) # Features (bag of words) train_y = np.array([item[1] for item in training], dtype=int) # Labels (one-hot encoded)
@wouter233 жыл бұрын
The longer I run the script, the longer it takes the assistant to answer on what I say. Is there a way to reduce / make it fast all the time?
@austinburks85093 жыл бұрын
Have you solved this problem yet? Mine is doing the same thing
@prantikkarmakar8057 Жыл бұрын
I get this error when i run the code : ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 2 dimensions. The detected shape was (24, 2) + inhomogeneous part. Can someone help?
@user-bo6hw3km6b Жыл бұрын
did you find a solution
@troopekyt3 жыл бұрын
Great video dude, I would also be interested if you could do a more advanced ai, like an update to this one, which can gather infos like time, date, weather, etc. Love ur video keepcup
@dastfa84022 жыл бұрын
it say ModuleNotFoundError: No module named 'neurealintents' when i start running even tho i already went to cmd to download the neuralintants. any advise on how to fix this?
@GhostlyRotary Жыл бұрын
Did you spell it right?
@smokyskullgaming52392 жыл бұрын
Can we run it on a website ?
@juanzandev3 жыл бұрын
Do you know where I can find a spanish voice recognition library?
@Idk-nl7fe3 жыл бұрын
I dont get the part with a new file can I just do the stuff u do in a new file in the same file I did everything else
@sartaaz717211 ай бұрын
which application you are using for coding
@madebymate48702 жыл бұрын
thanks for the video! works very well
@maherkhaznaji2 жыл бұрын
Great video. But l have a question please, is there a way that if you don't say any command, the voice would tell you a message like 'I didn't hear any instructions'
@bhairavamediacraft Жыл бұрын
is it possible to fast neuaralintents library because when i put the more intents they are going to be slow run tell me any solution
@Unknown-lc6eo Жыл бұрын
You could use the .save_model(model_name) to save it then comment it out and use .load_model(model_name) and also comment out the .train_model() when not adding new data
@robocraft9993 жыл бұрын
How do i pass a function from a different file to the mappings dict ?
@C_Da_Boss2 жыл бұрын
Hey im having a problem with my code this is my error please help] Traceback (most recent call last): File "C:\Users\18083\PycharmProjects\Dan.v4\main.py", line 111, in assistant.train_model() File "C:\Users\18083\PycharmProjects\Dan.v4\venv\lib\site-packages euralintents\main.py", line 67, in train_model for intent in self.intents['intents']: TypeError: string indices must be integers
@hassanasim6165 Жыл бұрын
Hey! Your videos are quite helping. I want the gtts model to speak in some specific voice instead of default google lady. I want to save the input text in my own audio. How can I do that? Please help...
@AyushSharma-ih9ws2 жыл бұрын
Where can I get the intents.json file?
@faviosergio3 жыл бұрын
Hi!, How do you to make for send voice from client machine and doesn't server?
@mathophile4413 жыл бұрын
While doing on Pycharm, we r supposed to create a new file named indents right & make it in Json format? Plz help
@185rahul3 жыл бұрын
Yep
@randomvidsyt6712 жыл бұрын
umm bro just curious, what happens when the ambient recognition is 0.5 or Higher? because im really interested on making this bot
@michelevanderwesthuizen45913 жыл бұрын
hi, how do i fix a "IndentationError: unindent does not match any outer indentation level" error
@mkemedoit2 жыл бұрын
by lining everything and having to press tab
@kobruh96422 жыл бұрын
What is the theme you are using ?
@benabdallahsonia38282 жыл бұрын
can i use this and integrate it with a flutter application ???
@TechyChip3 жыл бұрын
Sir why don't you give code in the description?
@SaiyD3 жыл бұрын
Hello friend, I'm from Brazil, first of all I would like to thank you for the excellent neuralintents module and for the best py ai video, very simple and with a very clean code, congratulations. i'm still not very good at py i've been studying for a while, i have a question how would you make speaker tts speak intents.json's responses instead of displaying it in the console?
@disturbtion2732 жыл бұрын
do you still need an answer?
@sanjoetv57482 жыл бұрын
@@disturbtion273 please can you answer me my system cant find my .json
@disturbtion2732 жыл бұрын
@@sanjoetv5748 pls send me your code
@user-zu4dp9jp7l Жыл бұрын
@@disturbtion273 can u send your code pleas
@Aethryste3 жыл бұрын
Thanks for the video, great content! quick question though, is anyone else running into the issue where changes to intent.json don't seem to apply? my bot keeps saying "what can i do for you" even though it's no longer in there.
@INDRA79783 жыл бұрын
yes i too see the same issue
@Aethryste3 жыл бұрын
@@INDRA7978 I've figured out the issue and am trying to find a 'clean' solution. The issue is located within the greeting function, not the json. The speaker.say() parameter is the line we keep hearing instead of the corresponding responses registered within the json. pyttsx3 documentation isn't giving me much to work with though..
@Aethryste3 жыл бұрын
I just found the fix as well, where .say() is meant to 'speak' the given string, .request() actually picks an option from the list you provide in the json. don't forget to add runAndWait(), otherwise you won't hear anything. Happy coding~
@Mightraptyle2 жыл бұрын
Hey, Nice video!!! But I wanted to ask, how can I make a Keyword, like an "Ok Google" when I say the word I call the assistant