Enhance your computer interaction with the power of your eyes!
EyePointer is an open-source project that enables users to control their mouse cursor with their eyes. Using computer vision and machine leniques, EyePointer tracks eye movements and translates them into precise cursor movements, allowing users to interact with their computer in a hands-free and intuitive way.
- Real-time eye tracking and cursor movement
- Adjustable sensitivity and accuracy settings
- Support for multiple eye tracking models and algorithms
- Compatible with various operating systems and devices
-
Install the required deencies:
pip install opencv-python mediapipe pyautogui
-
Clone the repository:
git clone https://github.com/yourusername/EyePointer.git cd EyePointer
-
Run the application:
python EyeMotion.py
- Look at the scremove your eyes to control the cursor.
- Adjust the sensitivity and accuracy settings as needed.
- Press the
Esc
key to exit the application.
Contributions are welcome! Please submit issues, feature requests, and pull requests to help improve EyePointer.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project uses the following libraries: