OcculoCommand is a Python-based application that enables users to control their device's cursor using eye movements and voice commands. This innovative tool allows for hands-free computer interaction, making it particularly useful for individuals with limited mobility or those seeking alternative input methods.
- Voice activation of the application
- Eye-controlled cursor movement
- Left wink detection for click functionality
- Voice commands to toggle cursor control on and off
- Python 3.x
- Webcam
- Microphone
git clone https://github.com/yourusername/OcculoCommand.gitcd OcculoCommandpip install -r requirements.txtpython main.py- Say "cursor on" to activate eye-controlled cursor movement
- Say "cursor off" to deactivate eye-controlled cursor movement
- Move your eyes to control the cursor
- Wink your left eye to perform a click
Contributions to OcculoCommand are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Thanks to all contributors who have helped to improve this project.
Special thanks to the developers of the libraries used in this project.
