This commit is contained in:
Alireza
2025-07-31 17:35:08 +03:30
commit 640363fef2
27 changed files with 4201 additions and 0 deletions

30
pyproject.toml Normal file
View File

@@ -0,0 +1,30 @@
[project]
name = "whisper"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"brotli>=1.1.0",
"datasets>=4.0.0",
"librosa>=0.11.0",
"numpy>=2.2.6",
"pandas>=2.3.1",
"pyqt5>=5.15.11",
"requests>=2.32.4",
"sounddevice>=0.5.2",
"soundfile>=0.13.1",
"tk>=0.1.0",
"torch>=2.7.1",
"torchcodec>=0.4.0",
"tqdm>=4.67.1",
"transformers>=4.37.2",
"accelerate==0.21.0",
"faster-whisper>=0.10.0",
"sentencepiece>=0.2.0",
"evaluate>=0.4.5",
"jiwer>=4.0.0",
"tensorboard>=2.19.0",
"hazm>=0.7.0",
"pyyaml>=6.0.0",
]