Metadata-Version: 2.4
Name: pyfeat-generator
Version: 0.1.0
Summary: Conditional facial-expression editing & face resynthesis runtime (FaceEditor) on top of py-feat 2.0
Author-email: Luke Chang <luke.j.chang@dartmouth.edu>
License: MIT
License-File: LICENSE
License-File: NOTICE
Requires-Python: >=3.10
Requires-Dist: einops
Requires-Dist: huggingface-hub
Requires-Dist: kornia
Requires-Dist: numpy
Requires-Dist: pillow
Requires-Dist: py-feat>=2.0.3
Requires-Dist: scipy
Requires-Dist: timm
Requires-Dist: torch>=2.12
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Description-Content-Type: text/markdown

# pyfeat-generator

Runtime for conditional facial-expression editing and face resynthesis — the
`FaceEditor` / `LiveEditSession` API used by [pyfeat-live](https://github.com/cosanlab/pyfeat-live),
built on [py-feat](https://github.com/cosanlab/py-feat) 2.0. Model weights are
fetched from the `py-feat` HuggingFace org (`py-feat/pyfeat-generator*`).

MIT licensed.
