Jarvis is a Python script that provides desktop voice control. It uses pyttsx3 for audio output and speech_recognition for voice commands. Functions include checking time, opening websites (Google, ...
eye_gaze_system/ │ ├── main.py ← Run this to start the app ├── calibrate.py ← Run this first to set your EAR threshold ├── requirements.txt ← Python dependencies ├── README.md ← This file ├── ...