1 devlog
2h 30m 10s
This is cmd based speech recoganizing and responding with voice using gemini api jarvis that gives answers to your questions and exits the cmd if you say exit
This is cmd based speech recoganizing and responding with voice using gemini api jarvis that gives answers to your questions and exits the cmd if you say exit
I worked on command line based jarvis in which
I created a bot using the gemini api key and google gemini ai client
it can listen to you using the speech recoginition module
it can also speak what gemini responds using the pyttsx3 module
I made two function one listen() and the other respond()
and then ran an infinite loop which can be exited by speaking exit
Log in to leave a comment