Project Beatrice
Initial commit
5124d5d
raw
history blame contribute delete
492 Bytes
[project]
name = "furigana-from-speech-and-text-v2"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"fugashi>=1.5.1",
"gradio>=5.35.0",
"librosa>=0.11.0",
"pyopenjtalk-plus",
"torch>=2.7.1",
"transformers>=4.53.1",
]
[tool.uv.sources]
pyopenjtalk-plus = { git = "https://github.com/prj-beatrice/pyopenjtalk-plus", branch = "split-run-frontend" }
[dependency-groups]
dev = ["ruff>=0.12.2"]