Views
No views yet
🚨 所有处理完全离线运行 / All processing runs completely offline
- 无需互联网连接,确保最大程度的隐私和数据安全
- No internet connection required, ensuring maximum privacy and data security.
- Github
1# 安装 FFmpeg / Install FFmpeg
2conda install ffmpeg
3
4pip install -r requirements.txt
5
6# 安装 Python 依赖 / Install Python dependencies
7# 请根据您的硬件平台安装正确的包 / Please according to your hardware platform install the right package
8# ----------------------------------------
9# For CPU only
10# onnxruntime>=1.23.2
11# ----------------------------------------
12# For Linux + AMD
13# 请先按照 URL 设置 ROCm / Please follow the URL to set up the ROCm first before pip install onnxruntime-rocm
14# https://rocm.docs.amd.com/projects/radeon/en/latest/docs/install/native_linux/install-onnx.html
15# https://onnxruntime.ai/docs/execution-providers/Vitis-AI-ExecutionProvider.html
16# onnxruntime>=1.23.2
17# onnxruntime-rocm>=1.23.0
18# ----------------------------------------
19# For Windows + (Intel or AMD)
20# onnxruntime>=1.23.2
21# onnxruntime-directml>=1.23.0
22# ----------------------------------------
23# For Intel OpenVINO CPU & GPU & NPU
24# onnxruntime>=1.23.2
25# onnxruntime-openvino>=1.23.0
26# ----------------------------------------
27# For NVIDIA-CUDA
28# onnxruntime>=1.23.2
29# onnxruntime-gpu>=1.23.2
30# ----------------------------------------run.py 放置在您的 Transcribe_and_Translate_Subtitles 文件夹中Transcribe_and_Translate_Subtitles/Media/ 目录下Transcribe_and_Translate_Subtitles目录下执行 python run.py 并打开 Web 界面run.py in your Transcribe_and_Translate_Subtitles folderTranscribe_and_Translate_Subtitles/Media/python run.py in the Transcribe_and_Translate_Subtitles folder and open the web interfaceTranscribe_and_Translate_Subtitles/Results/Subtitles/
pytorch_model.bin 文件。将其放置在 VAD/pyannote_segmentation 文件夹中。pytorch_model.bin file. Place it in the VAD/pyannote_segmentation folder.| 💻 中央處理器 (CPU) | 🎮 圖形處理器 (GPU) | 🧠 神經網路處理單元 (NPU) |
|
|
|
| 操作系统 (OS) | 后端 (Backend) | 降噪器 (Denoiser) | VAD | 语音识别 (ASR) | 大语言模型 (LLM) | 实时率 (Real-Time Factor) |
|---|---|---|---|---|---|---|
| Ubuntu-24.04 | CPU i3-12300 | - | Silero | SenseVoiceSmall | - | 0.08 |
| Ubuntu-24.04 | CPU i3-12300 | GTCRN | Silero | SenseVoiceSmall | Qwen2.5-7B-Instruct | 0.50 |
| Ubuntu-24.04 | CPU i3-12300 | GTCRN | FSMN | SenseVoiceSmall | - | 0.054 |
| Ubuntu-24.04 | CPU i3-12300 | ZipEnhancer | FSMN | SenseVoiceSmall | - | 0.39 |
| Ubuntu-24.04 | CPU i3-12300 | GTCRN | Silero | Whisper-Large-V3 | - | 0.20 |
| Ubuntu-24.04 | CPU i3-12300 | GTCRN | FSMN | Whisper-Large-V3-Turbo | - | 0.148 |
1sudo apt update
2sudo apt install libc++1onnxruntime-openvino,因为它会导致错误 / Avoid installing onnxruntime-openvino as it will cause errors