Intelligent Voice Assistant in Python

  Рет қаралды 177,992

NeuralNine

NeuralNine

Күн бұрын

Пікірлер: 397
@oduniyitinuijioluwa2768
@oduniyitinuijioluwa2768 3 жыл бұрын
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!
@jackofspades3845
@jackofspades3845 2 жыл бұрын
How did u type in the code
@temitopeayoade5924
@temitopeayoade5924 2 жыл бұрын
can you please share the code?
@temitopeayoade5924
@temitopeayoade5924 2 жыл бұрын
@@jackofspades3845 can you please share the code
@surfernorm6360
@surfernorm6360 2 жыл бұрын
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
@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?
@karis6270
@karis6270 3 жыл бұрын
man i love this guy, the videos he makes are soo useful and entertaining
@NeuralNine
@NeuralNine 3 жыл бұрын
thanks brother ^^
@itzikgutzcha4779
@itzikgutzcha4779 3 жыл бұрын
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.
@dipuometuel6806
@dipuometuel6806 3 жыл бұрын
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
@antoniorivolta
@antoniorivolta 3 жыл бұрын
This is officially the coolest channel on KZbin ever.
@PunkArray
@PunkArray 2 жыл бұрын
Finally! Someone with useful content. Thank you, NeuralNine!!!
@DarkAcademyUniversity
@DarkAcademyUniversity 10 ай бұрын
Why did not this man has not already 1mil? You tube sucks! You rock bro! Keep going!
@BrandonJacobson
@BrandonJacobson 3 жыл бұрын
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.
@NeuralNine
@NeuralNine 3 жыл бұрын
Happy to hear that :)
@ceebee105
@ceebee105 3 жыл бұрын
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
@gabrielefasano4541 Жыл бұрын
He covered the wake word in another video
@shobhitpoddar
@shobhitpoddar 2 жыл бұрын
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.deathvolt3058
@dr.deathvolt3058 3 жыл бұрын
I love this guy 💖😍 He always come with different ideas and blow our mind ❤️
@ivangrand4947
@ivangrand4947 3 жыл бұрын
Awesome content. Favorite channel right now.
@practical_python631
@practical_python631 3 жыл бұрын
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')
@shinchanhindi8838
@shinchanhindi8838 3 жыл бұрын
Can you please provide me code for virtual assistant in python using pycharm
@justchris846
@justchris846 2 жыл бұрын
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
@fortuneplus1176
@fortuneplus1176 2 ай бұрын
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
@GhostlyRotary Жыл бұрын
Hey there, its say that the assistant has no attribute called "train_model" What do I do?
@GhostlyRotary
@GhostlyRotary Жыл бұрын
Like, this is so confusing.
@muskanmuskan-g1l9o
@muskanmuskan-g1l9o 18 күн бұрын
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
@RastaLif
@RastaLif 2 жыл бұрын
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
@amayshah6090
@amayshah6090 2 жыл бұрын
Bro have you got any solution to this?... I'm facing the same error
@priteshkumar7189
@priteshkumar7189 Жыл бұрын
@@amayshah6090 I also have the same issue. Can someone please give the solution
@muskanmuskan-g1l9o
@muskanmuskan-g1l9o 18 күн бұрын
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.
@lizenzrush9125
@lizenzrush9125 3 жыл бұрын
How can the tts engine output the responses defined in intents.json ?
@vilmerfolcke2458
@vilmerfolcke2458 3 жыл бұрын
Also wondering that
@ethanhobden
@ethanhobden 2 жыл бұрын
did you figure it out?
@dansdroids4067
@dansdroids4067 3 жыл бұрын
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
@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
@vaibusterqna Жыл бұрын
which software or app u are using for the program is it pycharm
@logankempson217
@logankempson217 3 жыл бұрын
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
@logankempson217
@logankempson217 3 жыл бұрын
@@Loki-wv3bx No I didn't
@logankempson217
@logankempson217 3 жыл бұрын
Couldnt figure out how
@GhostlyRotary
@GhostlyRotary Жыл бұрын
assistant = BasicAssistant('intents.json', method_mappings = mappings) might fix it You'll have to replace that line of code with this one.
@arieljoserodriguez6877
@arieljoserodriguez6877 3 жыл бұрын
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
@temitopeayoade5924
@temitopeayoade5924 2 жыл бұрын
can you please share the code
@wko_
@wko_ 3 жыл бұрын
Brazil here ✋ Nice video!!
@NeuralNine
@NeuralNine 3 жыл бұрын
thank you ^^
@zego_fr34ks67
@zego_fr34ks67 3 жыл бұрын
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?
@khushiverma949
@khushiverma949 2 жыл бұрын
Unindent amount does not match previous indentPylance No quick fixes available i am getting this problem in line [48,9] pls help
@0x2A_
@0x2A_ 3 жыл бұрын
Who needs human friends when you can code your own :D
@joegalaxy1878
@joegalaxy1878 3 жыл бұрын
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?
@mohamedznouda4629
@mohamedznouda4629 3 жыл бұрын
how to solve the two errors that appears at the start when you run the program at 22:15 ? "VisibleDeprecationWarning" and "UserWarning"
@imisuu8475
@imisuu8475 3 жыл бұрын
Great voice assistant!
@hanfordluna6169
@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
@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.
@vedaantmaheshwari9992
@vedaantmaheshwari9992 3 жыл бұрын
you are the best your ideas blow our minds soon you will reach 100k subscribers best of luck for your upcoming videos
@troopekyt
@troopekyt 3 жыл бұрын
The only dislike was someone slipping his finger! Keep up king :)
@sabythenoob
@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:
@maulikshah28
@maulikshah28 3 жыл бұрын
Epic video dude. Looking forward to seeing that zoom clone
@NeuralNine
@NeuralNine 3 жыл бұрын
Already coded and recorded :)
@ajiteshkumar
@ajiteshkumar 3 жыл бұрын
@@NeuralNine Wow! Can't wait for the upload! : )
@codewithyug1129
@codewithyug1129 3 жыл бұрын
@@NeuralNine what! Pls upload it as fast as possible
@NeuralNine
@NeuralNine 3 жыл бұрын
@@codewithyug1129 Have to keep the schedule ^^
@codewithyug1129
@codewithyug1129 3 жыл бұрын
@@NeuralNine ok 👌. Anyway, I am waiting
@khushiverma949
@khushiverma949 2 жыл бұрын
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 >>>
@sanskarawatimusicchannel3318
@sanskarawatimusicchannel3318 7 ай бұрын
Did you get the solution
@futurecodingwithgirishwar7247
@futurecodingwithgirishwar7247 3 жыл бұрын
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
@aaronferia5508
@aaronferia5508 2 жыл бұрын
Hello, I have a question... how do you make your AI assistant to say responses from the "responses" in the json file??
@SMK-ds1uf
@SMK-ds1uf 2 жыл бұрын
it is not working when downloading speech recognition this is coming up !!! AttributeError: module 'tokenize' has no attribute 'open'
@KazmUmutErke
@KazmUmutErke 3 жыл бұрын
"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.
@kys8693
@kys8693 2 жыл бұрын
same problem here
@clouDndsky
@clouDndsky 3 жыл бұрын
hi neuralnine, keep up the great work :)
@preritdas6998
@preritdas6998 2 жыл бұрын
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.
@jankolodziej2752
@jankolodziej2752 3 жыл бұрын
That was epic good work !!!!!
@sachinsaibu6519
@sachinsaibu6519 2 жыл бұрын
I did your same code. But assistant is not responding? What can I do?
@harrylongofficial6248
@harrylongofficial6248 2 жыл бұрын
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...
@captainboreg7797
@captainboreg7797 2 жыл бұрын
im unable to import the Genericassistant and the other modules.
@portal_it_id
@portal_it_id 3 жыл бұрын
Glad I found this channel
@codewithyug1129
@codewithyug1129 3 жыл бұрын
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.
@NeuralNine
@NeuralNine 3 жыл бұрын
Zoom clone coming soon :D
@codewithyug1129
@codewithyug1129 3 жыл бұрын
@@NeuralNine wohoooo
@codewithyug1129
@codewithyug1129 3 жыл бұрын
@@NeuralNine when do you think you will upload it?
@Vaishnavi-ld6uk
@Vaishnavi-ld6uk 2 жыл бұрын
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
@50shadesofflet61
@50shadesofflet61 2 жыл бұрын
you have to get the 3.10.2 python bro
@quezeexdead4309
@quezeexdead4309 2 жыл бұрын
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
@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 ?
@ikennaa
@ikennaa 3 жыл бұрын
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
@nolanclark9154
@nolanclark9154 2 жыл бұрын
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.
@mfauzi4357
@mfauzi4357 2 жыл бұрын
very nice, please add wakeword so assistant can standby all the time
@Sin.mp3-o3s
@Sin.mp3-o3s 3 жыл бұрын
Pyttsx3 never works for me, it always show some traceback errors on a lot of files
@ahmetarkan9612
@ahmetarkan9612 2 жыл бұрын
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.
@muhammadasjadchaudary445
@muhammadasjadchaudary445 2 жыл бұрын
did u make the intents.json or did it come when u installed neuralintents cuz it didnt happen with me :)
@GhostlyRotary
@GhostlyRotary Жыл бұрын
YOu have to make it
@pqritzzieler8459
@pqritzzieler8459 2 жыл бұрын
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)
@badrdriouch1258
@badrdriouch1258 3 жыл бұрын
Hello! I need help pls. I'm having trouble installing neuralintents package.
@JNET_Reloaded
@JNET_Reloaded 2 жыл бұрын
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 :/ ???
@pokegamerspoint6577
@pokegamerspoint6577 3 жыл бұрын
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?
@kostassagma6099
@kostassagma6099 3 жыл бұрын
He is using pycharm. If you are on windows, you need to add python to path to use its commands.
@NeuralNine
@NeuralNine 3 жыл бұрын
I am using PyCharm
@MrREALball
@MrREALball 3 жыл бұрын
He is using PyCharm. In order to use pip commands you need to have python installed. And Also check your environment variables and PATH.
@pokegamerspoint6577
@pokegamerspoint6577 3 жыл бұрын
@@MrREALball I have installed python 2.8.1 (because the later versions are not supporting) and also have installed pycharm
@zombiekiller7101
@zombiekiller7101 3 жыл бұрын
@@pokegamerspoint6577 just type pip in terminal, what do you get ?
@fatimasalem1801
@fatimasalem1801 3 жыл бұрын
when executing f.mp3 is not recognized as an internal or external command operable program or bath file Please what is that solution
@DrillManga
@DrillManga 2 жыл бұрын
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.
@zachdavis5854
@zachdavis5854 2 жыл бұрын
I can't get it on my computer can you help me?
@CodeRay-k8z
@CodeRay-k8z 6 ай бұрын
you can by using the .save_model() method on the assistant object
@AdityaSharma24091994
@AdityaSharma24091994 Жыл бұрын
I am getting latency issues in getting output from bot. How can I improve that?
@brianhansen7425
@brianhansen7425 3 жыл бұрын
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?
@shoryasinghal5241
@shoryasinghal5241 2 жыл бұрын
same problem I am facing if you have got solution please tell me
@JNET_Reloaded
@JNET_Reloaded 2 жыл бұрын
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
@ishaparab7804 Жыл бұрын
what is the command to get the basic structure of project??
@Pwn5hell
@Pwn5hell Жыл бұрын
i tried to download neuralintents but if it comes to 101mb and then is start showing error
@codewithyug1129
@codewithyug1129 3 жыл бұрын
Amazing intro @NeuralNine
@NeuralNine
@NeuralNine 3 жыл бұрын
thanks brother :)
@888e3
@888e3 2 жыл бұрын
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-g1l9o
@muskanmuskan-g1l9o 18 күн бұрын
you haven't installed pyaudio . Install it.
@kevinschilling6813
@kevinschilling6813 3 жыл бұрын
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..
@muhammadasjadchaudary445
@muhammadasjadchaudary445 2 жыл бұрын
can you help me i get null byte error when i type in from neuralintents import GenericAssistant
@kevinschilling6813
@kevinschilling6813 2 жыл бұрын
@@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..
@muhammadasjadchaudary445
@muhammadasjadchaudary445 2 жыл бұрын
@@kevinschilling6813 no worries I made my own with javascript:)
@callummcgregor6728
@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
@adlezof
@adlezof 2 жыл бұрын
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.
@leonardclausen7182
@leonardclausen7182 3 жыл бұрын
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
@leonardclausen7182
@leonardclausen7182 3 жыл бұрын
Please help
@rahulranjan7004
@rahulranjan7004 3 жыл бұрын
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
@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-g1l9o
@muskanmuskan-g1l9o 18 күн бұрын
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)
@wouter23
@wouter23 3 жыл бұрын
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?
@austinburks8509
@austinburks8509 3 жыл бұрын
Have you solved this problem yet? Mine is doing the same thing
@prantikkarmakar8057
@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
@user-bo6hw3km6b Жыл бұрын
did you find a solution
@troopekyt
@troopekyt 3 жыл бұрын
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
@dastfa8402
@dastfa8402 2 жыл бұрын
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
@GhostlyRotary Жыл бұрын
Did you spell it right?
@smokyskullgaming5239
@smokyskullgaming5239 2 жыл бұрын
Can we run it on a website ?
@juanzandev
@juanzandev 3 жыл бұрын
Do you know where I can find a spanish voice recognition library?
@Idk-nl7fe
@Idk-nl7fe 3 жыл бұрын
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
@sartaaz7172
@sartaaz7172 11 ай бұрын
which application you are using for coding
@madebymate4870
@madebymate4870 2 жыл бұрын
thanks for the video! works very well
@maherkhaznaji
@maherkhaznaji 2 жыл бұрын
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
@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
@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
@robocraft999
@robocraft999 3 жыл бұрын
How do i pass a function from a different file to the mappings dict ?
@C_Da_Boss
@C_Da_Boss 2 жыл бұрын
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
@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-ih9ws
@AyushSharma-ih9ws 2 жыл бұрын
Where can I get the intents.json file?
@faviosergio
@faviosergio 3 жыл бұрын
Hi!, How do you to make for send voice from client machine and doesn't server?
@mathophile441
@mathophile441 3 жыл бұрын
While doing on Pycharm, we r supposed to create a new file named indents right & make it in Json format? Plz help
@185rahul
@185rahul 3 жыл бұрын
Yep
@randomvidsyt671
@randomvidsyt671 2 жыл бұрын
umm bro just curious, what happens when the ambient recognition is 0.5 or Higher? because im really interested on making this bot
@michelevanderwesthuizen4591
@michelevanderwesthuizen4591 3 жыл бұрын
hi, how do i fix a "IndentationError: unindent does not match any outer indentation level" error
@mkemedoit
@mkemedoit 2 жыл бұрын
by lining everything and having to press tab
@kobruh9642
@kobruh9642 2 жыл бұрын
What is the theme you are using ?
@benabdallahsonia3828
@benabdallahsonia3828 2 жыл бұрын
can i use this and integrate it with a flutter application ???
@TechyChip
@TechyChip 3 жыл бұрын
Sir why don't you give code in the description?
@SaiyD
@SaiyD 3 жыл бұрын
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?
@disturbtion273
@disturbtion273 2 жыл бұрын
do you still need an answer?
@sanjoetv5748
@sanjoetv5748 2 жыл бұрын
@@disturbtion273 please can you answer me my system cant find my .json
@disturbtion273
@disturbtion273 2 жыл бұрын
@@sanjoetv5748 pls send me your code
@user-zu4dp9jp7l
@user-zu4dp9jp7l Жыл бұрын
@@disturbtion273 can u send your code pleas
@Aethryste
@Aethryste 3 жыл бұрын
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.
@INDRA7978
@INDRA7978 3 жыл бұрын
yes i too see the same issue
@Aethryste
@Aethryste 3 жыл бұрын
@@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..
@Aethryste
@Aethryste 3 жыл бұрын
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~
@Mightraptyle
@Mightraptyle 2 жыл бұрын
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
Simple Virtual Assistant in Python
18:58
NeuralNine
Рет қаралды 36 М.
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
Make an Offline GPT Voice Assistant in Python
24:29
JakeEh
Рет қаралды 31 М.
Voice Assistant with Wake Word in Python
20:19
NeuralNine
Рет қаралды 105 М.
If __name__ == "__main__" for Python Developers
8:47
Python Simplified
Рет қаралды 420 М.
I Built a Personal Speech Recognition System for my AI Assistant
16:32
Dear Game Developers, Stop Messing This Up!
22:19
Jonas Tyroller
Рет қаралды 794 М.
How to Build Effective AI Agents (without the hype)
24:27
Dave Ebbelaar
Рет қаралды 20 М.
Modern Graphical User Interfaces in Python
11:12
NeuralNine
Рет қаралды 1,6 МЛН
Creating Jarvis powered by OpenAI and Python | ChatGPT
18:40
CS Coach
Рет қаралды 1 МЛН
5 Custom Python Decorators For Your Projects
25:40
NeuralNine
Рет қаралды 11 М.
Why Does Diffusion Work Better than Auto-Regression?
20:18
Algorithmic Simplicity
Рет қаралды 433 М.
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН