onju-v2/pyproject.toml

33 lines
725 B
TOML
Raw Permalink Normal View History

[project]
name = "onju-voice"
version = "2.0.0"
description = "A hackable AI home assistant platform using the Google Nest Mini form factor"
requires-python = ">=3.11"
license = "MIT"
authors = [{ name = "justLV" }]
readme = "README.md"
dependencies = [
"httpx",
"numpy",
"onnxruntime",
"openai",
"opuslib",
"pydub",
"PyYAML",
"scipy",
"silero-vad",
"pyserial",
]
[project.urls]
Homepage = "https://github.com/justLV/onju-voice"
Repository = "https://github.com/justLV/onju-v2"
[tool.setuptools.packages.find]
include = ["pipeline*"]
[project.optional-dependencies]
asr = ["fastapi", "uvicorn", "parakeet-mlx", "python-multipart"]
tts-local = ["mlx-audio>=0.3.1"]
mic = ["pyaudio"]