An open API service indexing awesome lists of open source software.

https://github.com/eljandoubi/deepspeech2

Building the DeepSpeech2
https://github.com/eljandoubi/deepspeech2

Last synced: about 1 month ago
JSON representation

Building the DeepSpeech2

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
```