Metadata-Version: 2.4
Name: landmarkgaze
Version: 0.0.4
Summary: Gaze estimation from landmark keypoints.
Project-URL: Homepage, https://github.com/haho12/landmarkgaze
Project-URL: Issues, https://github.com/haho12/landmarkgaze/issues
Author-email: Hanno Homann <hanno.homann@example.com>
License-Expression: MIT
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: <3.11,>=3.10
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: torch
Description-Content-Type: text/markdown

# LandmarkGaze

**Gaze estimation from landmark keypoints**

A simple gaze estimator using MediaPipe keypoints. On Windows, MediaPipe is currently only supported in Python version 3.10. On Linux you may also try the new Tasks API and newer Python versions.