This project, inspired by Jarvis from Iron Man, incorporates speech recognition, web browsing, application launching, and email-sending functionalities. Greeted by Jarvis, users can command their assistant to open websites, play music, launch applications, and even send emails with ease.
- Dynamic Greeting: Jarvis greets the user based on the time of day.
- Speech Recognition: Captures user commands through voice input.
- Web Browsing: Opens websites like Google, YouTube, and Stack Overflow.
- Application Launching: Launches applications, including Visual Studio Code.
- Email Sending: Sends emails seamlessly using Gmail.
Ensure you have Python installed on your machine. You can download it from python.org.
-
pip install pyttsx3
-
pip install speechRecognition
-
pip install wikipedia
-
SpeechRecognition
-
pyttsx3
-
Wikipedia
Contributions are welcome! Feel free to open an issue or submit a pull request.