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

https://github.com/waikato-datamining/spectral-data-converter-examples

Repository with examples for the spectral-data-converter library.
https://github.com/waikato-datamining/spectral-data-converter-examples

conversion examples spectral-data

Last synced: 4 months ago
JSON representation

Repository with examples for the spectral-data-converter library.

Awesome Lists containing this project

README

          

# spectral-data-converter-examples
Examples for the [spectral-data-converter](https://github.com/waikato-datamining/spectral-data-converter) libraries:

https://www.data-mining.co.nz/spectral-data-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)