Audio-to-Audio
audio
speech
voice-conversion
beatrice-trainer / pyproject.toml
Project Beatrice
Add pretrained models, reduce noise files, and implement minor improvements
a9864f2
raw
history blame
458 Bytes
[tool.poetry]
name = "beatrice-trainer"
version = "2.0.0a2"
description = "A tool to train Beatrice models"
authors = ["Project Beatrice <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
torch = "^2,<2.3"
torchaudio = "^2"
tqdm = "^4"
numpy = "^1"
tensorboard = "^2"
soundfile = "^0.11"
pyworld = "^0.3.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"