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
🛠️Tech Stack
Python 3 speech_recognition pyttsx3 datetime webbrowser os
This tech stack is reponsible for JARVIS's abilities
speech_recognition --- Converts speech → text pyttsx3 --- Converts text → speech datetime --- Gets current time and date webbrowser --- Opens websites wikipedia --- Searches Wikipedia pywhatkit --- Plays YouTube videos sys --- Allows program exit time --- Delays execution