Jarvis is a simple voice assistant developed in Python using the tkinter, speech_recognition, pyttsx3, and requests libraries.
- Speech recognition for user input
- Text-to-speech for assistant responses
- Email sending functionality
- Reminder setting capability
- Weather data fetching
- Smart home device control
- General knowledge question answering
To run Jarvis, clone this repository and install the required libraries using pip:
pip install -r requirements.txt