How To Create Jarvis Program in Python | Create Jarvis in 9 minutes

preview_player
Показать описание
How To Create Jarvis Program in Python | Create Jarvis in 9 minutes
In this short video, I'll show you how we can make our own Jarvis. In this program, we will implement text to speech and speech recognition. Using both libraries we can ask any question to our Jarvis or our program can reply using the text to speech method. in this program will ask for the current time. You can add a lot of things.

Follow the following steps to create this program -:
2) Import pyttsx3
Open terminal using ctrl+~ and type
pip install pyttsx3

write below code.
3) run your program.
still facing error try to install the missing module.
comment your error i'll reply command to install that.

...........................Program Code................................
import pyttsx3
import speech_recognition as sr
from datetime import datetime

def takecommand():
command = sr.Recognizer()
with sr.Microphone() as source:
print("Listning....")

try:
print("Recognizing....")
print("You said", query)
if 'current time please' in query:
except Exception as Error:
return None
return query
takecommand()

..........................................................................

Join this channel to get access to perks:

#python
#pythonprogramming
#createjarvis
#pythonforbeginners
#pythontutorial
#artificialintelligence
#texttospeech
#thecodingbus
#unitedstates #unitedstates #us
Рекомендации по теме
Комментарии
Автор

wow, interesting, let me try this awesome code...

mthuthuzelidlulane
Автор

urmm...i installed speech recognition....but it says when i try to run it: ModuleNotFoundError: No module named 'speech_recognition'

thatoneminecrafter
Автор

Myne is not working just keeps saying "pyttsx3tt I'd not defined and Also the system ain't saying "hello how can I help u when u first start it

FullAIvoicecovers
Автор

Bro what is the python version you are using and what type of python is that annaconda or spider or charm

rajeshkumar
Автор

Mine says pyttsx3 is not a valid module

THEZDAWG
Автор

Bhai I am facing a problem,
'Module' object has no attribute 'recognize'
Please help me! 🥺🥺

Divyansh_
Автор

im getting this error import speech_recognition as sr
ModuleNotFoundError: No module named 'speech_recognition'

iystreem
Автор

SyntaxError: invalid syntax WHAT SHOULD I DO

shlokiplayz
Автор

It says pip is not recognized as the name of a operable program

ReaperAi
Автор

He is doesn't listen he only speaks hi tcb how can i help u

Vgamer-yion
Автор

it is sayngPS C:\Users\john> & Untitled-1
can't open file [Errno 2] No such file or directory

codingverse
join shbcf.ru