A beginner-friendly voice assistant built using Python that recognizes voice commands, responds using text-to-speech, and performs basic automation tasks.
- Voice command recognition
- Text-to-Speech responses
- Open websites
- Perform simple automation
- Beginner-friendly implementation
- Python
- SpeechRecognition
- pyttsx3
- webbrowser
- os
JarvisAssistant/
│── Jarvis.py
│── README.md
- Clone the repository
git clone https://github.com/yourusername/JarvisAssistant.git- Install dependencies
pip install SpeechRecognition
pip install pyttsx3- Run
python Jarvis.pyThis project helped me understand:
- Python automation
- Speech Recognition
- Text-to-Speech
- Voice-based interaction
- AI-powered conversations
- Weather updates
- Music recommendations
- Desktop automation
- Smart home integration
⭐ This project was developed as part of my Python learning journey.