https://github.com/eljandoubi/deepspeech2
Building the DeepSpeech2
https://github.com/eljandoubi/deepspeech2
Last synced: about 1 month ago
JSON representation
Building the DeepSpeech2
- Host: GitHub
- URL: https://github.com/eljandoubi/deepspeech2
- Owner: eljandoubi
- License: apache-2.0
- Created: 2025-08-26T18:23:55.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-08-31T11:23:57.000Z (about 1 month ago)
- Last Synced: 2025-08-31T12:28:29.055Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DeepSpeech2
Building the DeepSpeech2* Clone the repository and Go to PaliGemma directory.
```bash
git clone https://github.com/eljandoubi/DeepSpeech2.git && cd DeepSpeech2
```* Build environment.
```bash
uv sync
```* Donwload Data
```bash
chmod +x download_librispeech.sh
./download_librispeech.sh ./data
```
* Train the model```bash
python src/train.py
```