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.
- Host: GitHub
- URL: https://github.com/waikato-datamining/spectral-data-converter-examples
- Owner: waikato-datamining
- License: cc-by-sa-4.0
- Created: 2025-06-18T04:38:24.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-07T00:38:01.000Z (12 months ago)
- Last Synced: 2025-07-07T01:35:07.668Z (12 months ago)
- Topics: conversion, examples, spectral-data
- Homepage: https://www.data-mining.co.nz/spectral-data-converter-examples/
- Size: 747 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)