Accessible Eye Controller - Run Instructions

Requirements:
- Windows laptop
- Python 3.12
- Webcam

Setup:
1. Unzip this folder.
2. Open PowerShell in the unzipped folder.
3. Install dependencies:

   py -3.12 -m pip install -r requirements.txt

Run the website:

   py -3.12 app_server.py 8765

Open this in a browser:

   http://127.0.0.1:8765

Notes:
- Use Safe test first. It will not control the mouse.
- Live control can move/click/scroll/zoom, so only use it when ready.
- Camera preview helps with setup and lighting.
- The colour scheme, language, and text size controls are in the website.
- The backend tracker is src\eye_gesture_controller.py.

Troubleshooting:
- If the camera does not open, try changing Camera from 0 to 1 in the website.
- If tracking is poor, add light in front of your face and reduce glare.
- If dependencies fail, confirm Python 3.12 is installed with:

   py -3.12 --version
