JARVIS – Your Personal Voice Assistant (Python) JARVIS is a simple but powerful voice-controlled personal assistant built using Python. It listens to your commands, understands them, and performs real tasks like opening apps, searching the web, telling the time, fetching information, and more.
This project is focused on learning the basics of:
Speech recognition Text-to-speech Python automation API usage Beginner-level AI assistant logic
✨Features
Voice command recognition Text-to-speech responses Open websites and applications Search anything on Google Tell date and time Play music
Custom commands (you can add your own) Lightweight and beginner-friendly project structure
🛠️Tech Stack
Python 3 speech_recognition pyttsx3 datetime webbrowser os