Remove redundant cursor styling
This commit is contained in:
parent
080b4bdaf1
commit
b24dd72ae0
93 changed files with 9058 additions and 1 deletions
16
clio-ai/real_time/pyproject.toml
Normal file
16
clio-ai/real_time/pyproject.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[project]
|
||||
name = "real-time"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"faster-whisper>=1.2.1",
|
||||
"numpy>=2.4.4",
|
||||
"scikit-learn>=1.8.0",
|
||||
"scipy>=1.17.1",
|
||||
"sounddevice>=0.5.5",
|
||||
"torch>=2.12.0",
|
||||
"torchaudio>=2.11.0",
|
||||
"webrtcvad>=2.0.10",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue