Added transcription (needs to be refactored)

This commit is contained in:
2025-09-03 12:45:29 +03:00
commit 16f7f7b78f
5 changed files with 148 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# python -m venv .venv
# pip install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu128
conda init -c speech-to-conspect
conda install pytorch torchvision torchaudio -c pytorch -c nvidia
conda install accelerate transformers ffmpeg -c conda-forge