File size: 482 Bytes
f797e13
a8f8e8d
 
f797e13
 
 
 
 
 
 
 
 
1ba4a0c
319ab81
 
 
a8f8e8d
f797e13
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[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"}