mirror of
https://github.com/snakers4/silero-vad.git
synced 2026-02-04 17:39:22 +08:00
36 lines
1.0 KiB
TOML
36 lines
1.0 KiB
TOML
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
[project]
|
|
name = "silero-vad"
|
|
version = "5.1.1"
|
|
authors = [
|
|
{name="Silero Team", email="hello@silero.ai"},
|
|
]
|
|
description = "Voice Activity Detector (VAD) by Silero"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
classifiers = [
|
|
"Development Status :: 5 - Production/Stable",
|
|
"License :: OSI Approved :: MIT License",
|
|
"Operating System :: OS Independent",
|
|
"Intended Audience :: Science/Research",
|
|
"Intended Audience :: Developers",
|
|
"Programming Language :: Python :: 3.8",
|
|
"Programming Language :: Python :: 3.9",
|
|
"Programming Language :: Python :: 3.10",
|
|
"Programming Language :: Python :: 3.11",
|
|
"Programming Language :: Python :: 3.12",
|
|
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
|
"Topic :: Scientific/Engineering",
|
|
]
|
|
dependencies = [
|
|
"torch>=1.12.0",
|
|
"torchaudio>=0.12.0",
|
|
"onnxruntime>=1.16.1",
|
|
]
|
|
|
|
[project.urls]
|
|
Homepage = "https://github.com/snakers4/silero-vad"
|
|
Issues = "https://github.com/snakers4/silero-vad/issues"
|