LivePortrait
talking-head
avatar
real-time
conversational-ai
4d-avatar
eden-protocol
lip-sync
tts
asr
Instructions to use AIBRUH/eden-os with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LivePortrait
How to use AIBRUH/eden-os with LivePortrait:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
File size: 342 Bytes
0f6a0eb e89b246 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | [build-system]
requires = ["setuptools>=68.0"]
build-backend = "setuptools.build_meta"
[project]
name = "eden-os"
version = "1.0.0"
description = "EDEN OS — 4D Bi-Directional Conversational Avatar Pipeline"
requires-python = ">=3.10"
[tool.setuptools.packages.find]
include = ["eden_os*"]
[tool.pytest.ini_options]
asyncio_mode = "auto"
|