Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strickvl/panlabel
Universal annotation converter
https://github.com/strickvl/panlabel
annotation annotation-conversion converter data-annotation data-labeling
Last synced: about 1 month ago
JSON representation
Universal annotation converter
- Host: GitHub
- URL: https://github.com/strickvl/panlabel
- Owner: strickvl
- License: mit
- Created: 2024-10-27T14:36:05.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T15:04:52.000Z (about 2 months ago)
- Last Synced: 2024-10-27T15:31:37.558Z (about 2 months ago)
- Topics: annotation, annotation-conversion, converter, data-annotation, data-labeling
- Language: Rust
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Panlabel
![Crates.io Version](https://img.shields.io/crates/v/panlabel)
![GitHub License](https://img.shields.io/github/license/strickvl/panlabel)
![GitHub Repo stars](https://img.shields.io/github/stars/strickvl/panlabel)
![Crates.io Total Downloads](https://img.shields.io/crates/d/panlabel)
![Crates.io Size](https://img.shields.io/crates/size/panlabel)## The universal annotation converter
Panlabel is a Rust library for converting between different annotation formats,
and a command-line tool that uses this library.> ⚠️ **Warning**: This library is in active development and breaking changes
> should be expected between versions. Please pin to specific versions in
> production.## Installation
You can install `panlabel` from [crates.io](https://crates.io/crates/panlabel) using cargo:
```sh
cargo install panlabel
```If you wish to use the library in your own project, you can add it to your
`Cargo.toml` with `cargo add panlabel`.## Usage
You can use the following commands to get more information about `panlabel`:
- `panlabel -V` or `panlabel --version`: Displays the current version of panlabel.
- `panlabel -h` or `panlabel --help`: Shows the full CLI help, including available commands and options.## Contributing
Pull requests are welcome. For major changes, please open an issue first to
discuss what you would like to change.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.