chore: initialized UV repository

Also added the initial packages necessary for audio transcription.

ref: N25B-144
This commit is contained in:
2025-10-08 13:23:52 +02:00
parent 5518763ad5
commit 0b3731314b
3 changed files with 2430 additions and 0 deletions

1
.python-version Normal file
View File

@@ -0,0 +1 @@
3.13

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[project]
name = "pepperplus-cb"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi[all]>=0.115.6",
"mlx-whisper>=0.4.3 ; sys_platform == 'darwin'",
"openai-whisper>=20250625",
"pyaudio>=0.2.14",
"pyzmq>=27.1.0",
"silero-vad>=6.0.0",
"spade>=4.1.0",
"uvicorn>=0.37.0",
]

2413
uv.lock generated Normal file

File diff suppressed because it is too large Load Diff