Spaces:
Running
Running
File size: 458 Bytes
73cbfad |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
[tool.poetry]
name = "WhisperLiveSubs"
version = "0.1.0"
description = ""
authors = ["Dark Coder <[email protected]>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
streamlit = "^1.38.0"
sounddevice = "^0.5.0"
numpy = "^2.1.1"
scipy = "^1.14.1"
torch = "^2.4.1"
transformers = "^4.44.2"
soundfile = "^0.12.1"
pyaudio = "^0.2.14"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|