File size: 413 Bytes
9b5cb27 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
[tool.poetry]
name = "speech-language-detection"
version = "0.1.0"
description = ""
authors = ["Makoto Tanji <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
transformers = "^4.41.2"
gradio = "^4.36.1"
sounddevice = "^0.4.7"
numpy = "^2.0.0"
pandas = "^2.2.2"
speechbrain = "^1.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|