Build a Google Gemini Powered Voice Assistant (chatbot) with Python

  Рет қаралды 6,774

TechMakerAI

TechMakerAI

Күн бұрын

Пікірлер: 49
@Alshawafi1744
@Alshawafi1744 10 күн бұрын
Thank you, Mr. Engineer. Is it possible for me to make it the same and for it to specialize in medicine only?
@aiinsets
@aiinsets Ай бұрын
when deployee its not work speech recognition not workin in html page when its deployee
@ayanshariff9746
@ayanshariff9746 10 ай бұрын
Brother i need to reduce the response of the ai ...please reply asap
@TechMakerAI
@TechMakerAI 10 ай бұрын
Hi there, you can edit the code to limit the length of the response by adding the "max_output_tokens" option like this, response = model.generate_content(talk, stream=True, generation_config=genai.types.GenerationConfig( # Only one candidate for now. max_output_tokens=64) )
@ayanshariff9746
@ayanshariff9746 10 ай бұрын
Thank you so much ☺️ brother
@satyajamalla1429
@satyajamalla1429 10 ай бұрын
simple and nice video. can I have some voice recognition video
@TechMakerAI
@TechMakerAI 10 ай бұрын
Please subscribe to our channel as we have more videos coming up soon.
@CallamBennett
@CallamBennett 2 ай бұрын
Do you reckon this could work with ElevenLabs AI voices?
@TechMakerAI
@TechMakerAI 2 ай бұрын
Yes, it will work. I have a video about this topic coming soon. Please subscribe to my channel so that you will be notified.
@N_D-p6s
@N_D-p6s 4 ай бұрын
hey the open ai is not free, what do i do instead of open ai ??
@TechMakerAI
@TechMakerAI 4 ай бұрын
You can try some free ones like Llama-3 kzbin.info/www/bejne/jmnVoYKJgKmabKs
@kweffilover5677
@kweffilover5677 10 ай бұрын
Please make vidéo how to do this in WordPress please
@TechMakerAI
@TechMakerAI 10 ай бұрын
Thank you for your feedback. Please subscribe to our channel as we have more AI videos coming up soon.
@ryeetzy2624
@ryeetzy2624 6 ай бұрын
hi is the code will still run even though my openai api is expired?
@TechMakerAI
@TechMakerAI 6 ай бұрын
Hi, @ryeetzy2624: Yes. If you change line 39 to "openaitts = False", it will not use the OpenAI TTS. So you do not need OpenAI service. Alternatively, you can use this newer version: kzbin.info/www/bejne/mGjPg4Shf5ergKM or Meta Llamma-3 model at: kzbin.info/www/bejne/jmnVoYKJgKmabKs
@firmankrisnadi7248
@firmankrisnadi7248 7 ай бұрын
It's really stunning...How to make it speaks in Indonesian language or any others... What should I do.. please kindly provide the tutorial link/documents of it... Highly appreciate... thanks in advance
@TechMakerAI
@TechMakerAI 7 ай бұрын
Hi, @firmankrisnadi7248, thanks, welcome to my channel! I am working on project in which I will chat with AI in English and then I will switch to another language in the middle. Please subscribe to my channel as you will be notified when it is released.
@firmankrisnadi7248
@firmankrisnadi7248 7 ай бұрын
@@TechMakerAI I appreciate and thankful for your fast respon... Subscribe automatically.... looking forward to your next amazing tutorials
@sakshishruti4482
@sakshishruti4482 9 ай бұрын
I am not getting response from AI
@TechMakerAI
@TechMakerAI 9 ай бұрын
If you are running the same Python program from my GitHub page, you need to say the wake word "Jack" to wake up the program. Then, AI will respond to your questions.
@ryeetzy2624
@ryeetzy2624 6 ай бұрын
thanks you've been so helpful to me, but i just have 1 question, this is free right?
@TechMakerAI
@TechMakerAI 6 ай бұрын
@ryeetzy2624, Yes, Google Gemini API has a free tier. You can use it for free within a limit.
@ryeetzy2624
@ryeetzy2624 6 ай бұрын
@@TechMakerAI what is the limit?
@TechMakerAI
@TechMakerAI 6 ай бұрын
It depends on the model you choose, see the rate limits here ai.google.dev/pricing
@funnyprankforlaughter1388
@funnyprankforlaughter1388 10 ай бұрын
Hi sir your doing great Can you create video how to website or mobile phone
@TechMakerAI
@TechMakerAI 10 ай бұрын
Hi, thanks! Please subscribe our channel as we have more videos coming up.
@funnyprankforlaughter1388
@funnyprankforlaughter1388 10 ай бұрын
@@TechMakerAI am you fan ready.... Can you make same speech to speech with Gemini api .can run in local host or in any app
@TechMakerAI
@TechMakerAI 10 ай бұрын
@@funnyprankforlaughter1388 Do you mean a real-time voice cloning app?
@funnyprankforlaughter1388
@funnyprankforlaughter1388 10 ай бұрын
@@TechMakerAI like ....my students all kids ...5 year to 8 year ...so they can use and learn .i mean app or run website
@funnyprankforlaughter1388
@funnyprankforlaughter1388 10 ай бұрын
Can i have your email
@nidhipandey3791
@nidhipandey3791 9 ай бұрын
ModuleNotFoundError: No module named 'google' i am getting this error when i try to execute it. can somebody help me?
@TechMakerAI
@TechMakerAI 9 ай бұрын
Hi, have you installed the required Python packages for the project? For example, you need to run "pip install -q -U google-generativeai"
@nidhipandey3791
@nidhipandey3791 9 ай бұрын
@@TechMakerAI Thank you so much for responding, the issue was resolved, but i am having trouble in the text to speech part as the output text gets printed but is not spoken aloud.
@TechMakerAI
@TechMakerAI 9 ай бұрын
@@nidhipandey3791 Good job! Glad you resolved the issue early. For the text-to-speech issue, please try to use the second TTS engine by changing "openaitts = True" to "openaitts = False" at line 39.
@firmankrisnadi7248
@firmankrisnadi7248 7 ай бұрын
​@@TechMakerAIplease any video tutorial to fix this issues
@firmankrisnadi7248
@firmankrisnadi7248 7 ай бұрын
​@@TechMakerAIplease..any video tutorial to fix it
@aiinsets
@aiinsets Ай бұрын
open ai real time api how tto work in web page page transfer voice rea time useing web soceet and pouses how its work make video on this
@messaoudallalouche
@messaoudallalouche 9 ай бұрын
please sir explain me more how and where I can write GOOGLE_API_KEY and OPENAI_API_KEY
@TechMakerAI
@TechMakerAI 9 ай бұрын
I talked about adding new environment variables in my video from 2:48 s to 3:56 s. To add new system environment variables on Windows, you can also follow the steps here www.tenforums.com/tutorials/121664-set-new-user-system-environment-variables-windows.html
@messaoudallalouche
@messaoudallalouche 9 ай бұрын
@@TechMakerAI I got it thank you sir
Build a Gemini Voice Assistant in Python
23:03
Ai Austin
Рет қаралды 24 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
Create your own AI Voice Assistant for Free in Python
16:51
Prajwal Prashanth
Рет қаралды 605
Gemini Advanced vs ChatGPT Plus Comparison
11:44
Victor Dantas
Рет қаралды 19 М.
How I Made AI Assistants Do My Work For Me: CrewAI
19:21
Maya Akim
Рет қаралды 936 М.
Creating J.A.R.V.I.S. powered by GROQ and Python
14:47
AI FOR DEVS
Рет қаралды 176 М.
3396. Minimum Number of Operations to Make Elements in Array Distinct
28:12