speech_language_detection / pyproject.toml
tan-z-tan's picture
Commit
9b5cb27
raw
history blame contribute delete
413 Bytes
[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"