mpizenberg/elm-image-annotation

Annotating collections of images


Keywords
annotation, elm, image
License
MPL-2.0
Install
elm-package install mpizenberg/elm-image-annotation 8.1.0

Documentation

Image Annotation

This package aims at easing the annotation of datasets of images. An online demo (changing soon) is available on my cloud. Below is a screenshot of this demo.

Motivation

Annotating images is very common when working in computer vision or multimedia. This aims to be a solid foundation to enable the creation of online annotation services. No installation needed for users thanks to web applications.

Want to contribute?

You also love elm and have many image annotation needs (for machine learning stuff)? Don't hesitate to reach me on the elm slack (mattpiz) and to give comments through github issues.

Installation

elm-package install mpizenberg/elm-image-annotation

Usage

TODO: usage intro example.

There are simple and more complete examples in the examples/ folder. Also have a look at the package documentation on the elm package website.

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.

Authors

Initial author: Matthieu Pizenberg