Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/waikato-llm/audio-dataset-converter-examples
- Owner: waikato-llm
- License: cc-by-sa-4.0
- Created: 2024-05-30T23:54:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T20:42:54.000Z (5 months ago)
- Last Synced: 2024-06-06T05:39:19.871Z (5 months ago)
- Topics: audio-dataset, conversion, examples
- Homepage: https://waikato-llm.github.io/audio-dataset-converter-examples/
- Size: 994 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)