Skip to content

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

Notifications You must be signed in to change notification settings

amitjimiwal/EyeDirection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ReadLogs 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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.7%
  • JavaScript 18.4%
  • HTML 6.2%
  • Dockerfile 2.7%