This commit is contained in:
parent
ab3a76cd0f
commit
56d8fb4d56
85 changed files with 8879 additions and 0 deletions
10
clio-ai/transcription/pyproject.toml
Normal file
10
clio-ai/transcription/pyproject.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[project]
|
||||
name = "view-recordings"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"faster-whisper>=1.2.1",
|
||||
"openai-whisper>=20250625",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue