Eye Control Mouse This repository contains code for Eye Control Mouse, a project that enables hands-free interaction with a device using eye movements. This project leverages computer vision techniques to detect and track eye movements, translating them into control commands for various applications.
Features Real-time Eye Tracking: Uses a webcam to detect and track eye movements in real-time. Customizable Controls: Map eye movements to different commands for specific tasks. User-Friendly Interface: Simple and intuitive setup to get started with eye control applications. Cross-Platform Compatibility: Works on both Windows and Linux systems.
Technologies Used OpenCV for computer vision Python for scripting and logic implementation
Setup Instructions Clone the repository: git clone https://github.com/Gautham44/Python_Mouse_Controller.git
Install dependencies: pip install -r requirements.txt Run the application: python main.py
Use Cases Accessibility support for individuals with limited mobility. Hands-free control in various interactive environments. Feel free to contribute by reporting issues, suggesting new features, or submitting pull requests.