Eye movement detection websockets server.
1. Since we are using submodules for integrating backend and the eyedetection you need to run the following command
git submodule init
2. Update the submodules with the latest commit
git submodule update
3. Setup the Eye Detection
cd EyeDirection/
4. Install the requirements.txt
pip install requirements.txt
5. Start the websocket server
python server.py
Technologies used in the project:
- PythonWebsockets
- Mediapipe
- OpenCV
This project is licensed under the The EyeDirection Project is licensed under the MIT License. Feel free to use modify and distribute the software as per the terms of the license.
Thank you for taking an interest! If you encounter any issues have suggestions or want to report a bug feel free to create an issue on the Repository. Happy Coding!