A feature-rich voice assistant built with Python, inspired by Tony Stark's J.A.R.V.I.S. This personal assistant performs various tasks like:
- 🌤️ Fetching live weather reports
- 🎵 Playing music on command
- 📰 Reading top news headlines
- 🖥️ Performing OS-level tasks
- 🗣️ Interacting through voice input/output
- ✨ Includes Siri-style animation (GUI pending)
- Python
- pyttsx3, SpeechRecognition
- requests, datetime, os, webbrowser
- [Optional GUI: PyQt5 / Tkinter]
- Personalized responses
- Task scheduling & reminders
- GUI dashboard
- Integration with APIs (Google, YouTube, etc.)
This project is my take on combining tech creativity with real-world automation. It’s an evolving project to sharpen my Python + AI/ML skills while solving fun daily challenges.