DEV Community

Abhijeet Kumar
Abhijeet Kumar

Posted on

I built a voice assistant in Python — here's how it works

Hey Dev.to community! 👋

I recently built Jarvis — an AI-powered voice assistant in
Python that listens to your voice and executes commands.

What it does

  • 🎙️ Real-time voice recognition
  • 🤖 Command execution based on speech
  • 🐍 100% Python

Tech Stack

  • Python
  • SpeechRecognition library
  • pyttsx3 for text-to-speech

GitHub

https://github.com/selfabhijeetkumar/jarvis

Would love feedback from the community!
Drop a ⭐ if you find it interesting 🚀

Top comments (0)