Spaces:
Sleeping
Sleeping
[tool.poetry] | |
name = "speech-language-detection" | |
version = "0.1.0" | |
description = "" | |
authors = ["Makoto Tanji <tanji.makoto@gmail.com>"] | |
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" | |