Metadata-Version: 2.4
Name: meyelens
Version: 2.0.0
Summary: PyTorch pupillometry, eye segmentation, recording, and gaze tracking
Author-email: Raffaele Mazziotti <mzzrff@gmail.com>, Giacomo Vecchieschi <giacomovecchieschi@gmail.com>
License-Expression: GPL-3.0-only
Project-URL: Homepage, https://www.meyelens.com
Project-URL: Repository, https://github.com/raffaelemazziotti/MEYElens
Project-URL: Documentation, https://raffaelemazziotti.github.io/MEYElens/
Project-URL: Issues, https://github.com/raffaelemazziotti/MEYElens/issues
Keywords: pupillometry,eye tracking,gaze tracking,computer vision,pytorch
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Image Processing
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE-SOFTWARE
License-File: LICENSE-HARDWARE
Requires-Dist: matplotlib>=3.8
Requires-Dist: numpy<3,>=1.26
Requires-Dist: opencv-python>=4.9
Requires-Dist: pandas>=2.1
Requires-Dist: PyQt6>=6.6
Requires-Dist: scikit-learn>=1.4
Requires-Dist: scipy>=1.11
Requires-Dist: toml>=0.10.2
Requires-Dist: transformers<=5.8.1,>=4.57
Provides-Extra: pt
Requires-Dist: torch>=2.2; extra == "pt"
Provides-Extra: efficientformer
Requires-Dist: timm>=1.0; extra == "efficientformer"
Provides-Extra: experiments
Requires-Dist: psychopy>=2024.1; extra == "experiments"
Provides-Extra: docs
Requires-Dist: myst-parser>=2; extra == "docs"
Requires-Dist: sphinx>=7; extra == "docs"
Requires-Dist: sphinx-copybutton>=0.5; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=2; extra == "docs"
Provides-Extra: dev
Requires-Dist: build>=1.2; extra == "dev"
Requires-Dist: pytest>=8; extra == "dev"
Requires-Dist: twine>=5; extra == "dev"
Dynamic: license-file

# MEYELens
**MEYELens: 3D-Printable Wearable System for Pupillometry and Gaze Tracking**


<img src="assets/intro_picture.png" width="700" alt="MEYELens">

For more info visit our website [meyelens.com](https://www.meyelens.com)

## References
If you use MEYELens in your work, please cite the following papers:

**MEYELens: 3D-Printable Wearable System for Pupillometry and Gaze Tracking**  
G. Vecchieschi, L. Ingenito, A. Benedetto, C. Luciani, F. Carrara, G. Cioni, A. Guzzetta, T. Pizzorusso, L. Baroncelli, R. M. Mazziotti  
DOI: **[ADD LINK]**

**MEYE: Web App for Translational and Real-Time Pupillometry**  
R. Mazziotti, F. Carrara, A. Viglione, L. Lupori, L. Lo Verde, A. Benedetto, G. Ricci, G. Sagona, G. Amato, T. Pizzorusso  
eNeuro (2021) 8(5): ENEURO.0122-21.2021  
DOI: **https://doi.org/10.1523/ENEURO.0122-21.2021**


## LICENSE
- Code: GPL-3.0 license 
- Hardware files: CERN-OHL-P-2.0
