amitjimiwal / EyeDirection

Stream webcam to python websocket server and detect eye movements and send back response

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EyeDirection

project-image

Eye movement detection websockets server.

🛠️ Installation Steps:

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

💻 Built with

Technologies used in the project:

  • PythonWebsockets
  • Mediapipe
  • OpenCV

🛡️ License:

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.

💖Like my work?

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!

About

Stream webcam to python websocket server and detect eye movements and send back response


Languages

Language:Python 72.9%Language:JavaScript 18.3%Language:HTML 6.1%Language:Dockerfile 2.7%