Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waikato-datamining/image-dataset-converter-examples
Repository with examples for the image-dataset-converter libraries.
https://github.com/waikato-datamining/image-dataset-converter-examples
conversion deep-learning examples image-dataset
Last synced: about 2 months ago
JSON representation
Repository with examples for the image-dataset-converter libraries.
- Host: GitHub
- URL: https://github.com/waikato-datamining/image-dataset-converter-examples
- Owner: waikato-datamining
- License: cc-by-sa-4.0
- Created: 2024-03-25T22:29:26.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T20:46:05.000Z (7 months ago)
- Last Synced: 2024-06-05T22:39:36.346Z (7 months ago)
- Topics: conversion, deep-learning, examples, image-dataset
- Homepage: https://www.data-mining.co.nz/image-dataset-converter-examples/
- Size: 1.13 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# image-dataset-converter-examples
Examples for the [image-dataset-converter](https://github.com/waikato-datamining/image-dataset-converter) libraries:https://www.data-mining.co.nz/image-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)