Project 1: Jarvis - Python AI Virtual Desktop Assistant | Python Tutorial #33

preview_player
Показать описание
🚀 My Python Course is LIVE on Udemy!

This beginner-friendly course covers everything from the basics to real-world applications.

💡 Coming Soon: Advanced AI projects—working with the Eleven Labs API, building AI-powered tools, and practice tests to sharpen your skills.

🎯 Limited Time: Get 90% off if you enroll now—prices will go up soon!

In this video, I have created an AI desktop virtual assistant using python along with several related techniques to write effective python programs.
Рекомендации по теме
Комментарии
Автор

🚀 My Python Course is LIVE on Udemy!

This beginner-friendly course covers everything from the basics to real-world applications.

💡 Coming Soon: Advanced AI projects—working with the Eleven Labs API, building AI-powered tools, and practice tests to sharpen your skills.

🎯 Limited Time: Get 90% off if you enroll now—prices will go up soon!

ProgrammingWithHarry
Автор

i just watched you for 1 minute and it feels you make things clear.
Thanks Just Subscribed in 1minute

hailuznabu
Автор

When i will learn python programming and i try to search this material and i found this video, it's very helpfull for me. I hope your channel can help me to learn python progamming

herisetyawan
Автор

Bhai hindi me tum jaan ho
English is smart
Tumh india ki shaan ho
Jo scince ko bante ho art
A grateful student of you
And maths teacher by profession

ashispal
Автор

27:39 I am getting this error
Traceback (most recent call last):
File "c:\Users\gpran\Documents\vs code projects\ai.py", line 59, in <module>
if "wikipedia" in query.lower():
AttributeError: 'NoneType' object has no attribute 'lower'

Peacemotiv
Автор

Hello, I am Anshuman.
This was very interesting video.
I study in class 8 and my teachers were shocked when I show them this code.
Your are like a teacher for me.

AnshumanYadav-giwp
Автор

Sreejan from India
Live in Norway
Been through physical python courses for 12 weeks
I know all the basics and i understand everything happening in this video
I might be using this for a project at school

thenoobgamr
Автор

It’s ok i fixed it now, just curious, an error comes up saying ‘e’ is the only variable, so where are the other ‘e’

tradertzi
Автор

The best teacher at YouTube, Love From Pakistan

TheEntertainersCraze
Автор

At 21:25 when I ran the code, I'm getting --> "AttributeError: Could not find PyAudio; check installation". Then when I went to cmd to install PyAudio using pip, it shows multiple errors. How to solve this issue?!

digantasom
Автор

Walah habibi, I am loving it.
I am not from Arab but from India.

ananddarshan
Автор

I have a question. Hos can i stop the music? 39:06

katem.
Автор

for those of you having issues with pyttsx3 when running/not hearing audio you might need to activate speech recognition on your computer to download the sapi5 driver, or simply run 'pip install pywin32' and leave the engine blank to use the default engine, if you're on 64bit device you will most likely face this issue has pyttsx3 can only be accessed by the 32bit pyapi as far as I know

LaurentSparksMusic
Автор

Sir how to run jarvis in background without tapping run
Please sir tell me

afzal_chaudhary_
Автор

If it couldnt search the query however it is able to recognize your voice, then wrap the whole wikipedia part within an "if" like this, It worked for me!(since query can be none at times)
if query:
if 'wikipedia' in query.lower():
print("Searching wikipedia...")
query=query.replace('wikipedia', "")
results=wikipedia.summary(query, sentences=2)
speak(results)

gaishiya
Автор

idk i dint watch a single video of urs about python but still i understood everything you did in this tutorial and this is my first time using python.Thanks to you. keep up v need more tutorials.Subsbribed!!!

maliya
Автор

Hi bro. You are the best teacher as well as a youtuber. You got a permanent Subscriber for Life-Time. By the way, my name is Atharva Gangil

atharvagangil
Автор

we need to open this file first to access jarvis !!
i want to active jarvis when i say some special words like " hey jarvis where r u "
how can i do this ??

RUINLIFESACHIN
Автор

It was really helpful am so happy to learn from it thanks alot
Daniel from Nigeria

priestd
Автор

Great tutorial. Question: how do you write an except statement to cover no input from the microphone under “query”. For some reason my program throws an error and stops when this happens.

roberttrottini
visit shbcf.ru