Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/waikato-llm/audio-dataset-converter-examples

Repository with examples for the audio-dataset-converter libraries
https://github.com/waikato-llm/audio-dataset-converter-examples

audio-dataset conversion examples

Last synced: 2 days ago
JSON representation

Repository with examples for the audio-dataset-converter libraries

Awesome Lists containing this project

README

        

# audio-dataset-converter-examples
Examples for the [audio-dataset-converter](https://github.com/waikato-llm/audio-dataset-converter) libraries:

https://waikato-llm.github.io/audio-dataset-converter-examples/

## Local

### Installation

```bash
python3 -m venv venv
./venv/bin/pip install mkdocs==1.4.2 mkdocs-video==1.3.0 jinja2==3.1.2 "Markdown<3.4.0" mkdocs-material==8.5.10
```

### Serving

```bash
./venv/bin/mkdocs serve
```

## Deploying

Any push will trigger a rebuild of the site on github via github actions:

[.github/workflows/main.yml](.github/workflows/main.yml)