A simple Python-based voice assistant that responds to the wake word "Jarvis", uses DeepSeek AI via OpenRouter API, and performs system tasks like opening Chrome, searching Google, or shutting down your PC.
- Wake word detection: "Jarvis"
- Voice recognition using
speech_recognition - Text-to-speech responses via
pyttsx3 - Open folders, launch Chrome, search Google
- AI-powered replies using DeepSeek
git clone https://github.com/your-username/jarvis-ai-assistant.git
cd jarvis-ai-assistant
pip install -r requirements.txt
python jarvis.py