Data Science Jupyter Notebooks
8.62K subscribers
84 photos
23 videos
9 files
198 links
Explore the world of Data Science through Jupyter Notebooks—insights, tutorials, and tools to boost your data journey. Code, analyze, and visualize smarter with every post.
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Eye control with Python

EyeGestures is an open-source Python library for gaze tracking. It uses regular cameras, webcams, or smartphone cameras to track eye movement, fixations, and blinks, and convert these into events such as cursor control by eye movement.

The JavaScript version allows running everything directly in the browser.

Installation:

$ git clone https://github.com/NativeSensors/EyeGestures.git
$ cd EyeGestures
$ pip install -r requirements.txt


or

python3 -m pip install eyeGestures


Open source code, documentation, and usage examples - click

👉 https://t.iss.one/DataScienceN
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥42