Spaces:
Running
Running
File size: 625 Bytes
20943e6 70b959e 20943e6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
[project]
name = "pronunciation-trainer"
version = "0.1.0"
description = "Grapheme and Phoneme-Based Pronounciation Trainer"
authors = [{ name = "Pascal Wenker", email = "[email protected]" }]
dependencies = [
"gradio>=4.29.0",
"transformers>=4.40.2",
"torch>=2.3.0",
"torchaudio>=2.3.0",
"setuptools>=69.5.1",
"phonemizer>=3.2.1",
"langchain>=0.1.19",
"langchain_openai>=0.1.6",
]
readme = "README.md"
requires-python = ">= 3.10"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.rye]
managed = true
dev-dependencies = []
[tool.hatch.metadata]
allow-direct-references = true
|