rrevo's picture
change
a8f8e8d
raw
history blame
482 Bytes
[project]
name = "transcriptions-client"
version = "1"
description = ""
authors = [
{name = "Marco Acierno",email = "[email protected]"},
]
dependencies = [
"numpy>=1.26.3",
"PyAudio>=0.2.14",
"SpeechRecognition>=3.10.1",
"transformers[torch]>=4.36.2",
"httpx>=0.26.0",
"starlette>=0.35.1",
"uvicorn>=0.26.0",
"sse-starlette>=1.8.2",
"sounddevice>=0.5.1",
]
requires-python = ">=3.11"
readme = "README.md"
license = {text = "MIT"}