Installation
Prerequisites
-
Operating system: Linux/Windows/macOS
-
RAM: 8GB minimum
-
GPU: CUDA-compatible (recommended)
-
Storage: 10GB minimum
Installation Steps
Package Installation (Ubuntu):
bash
Copy
# Add CUDA repository
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-ubuntu2004.pin
sudo mv cuda-ubuntu2004.pin /etc/apt/preferences.d/cuda-repository-pin-600
sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/3bf863cc.pub
sudo add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /"
# Install DeepSpeech
sudo apt update
Service Configuration:
bash
Copy
# Start DeepSpeech
sudo systemctl start deepspeechd
# Enable auto-start
sudo systemctl enable deepspeechd