Home

Awesome

Etiketai

<p align="center"> <a href="https://etiketai.vercel.app/"> <img src="public/etiketai-logo.png" alt="etiketai logo"> <h2 align="center">etiketai.vercel.app</h2> </a> </p> <p align="center"> <a href="https://github.com/aralroca/etiketai/actions?query=workflow%3ATests" alt="Tests status"> <img src="https://github.com/aralroca/etiketai/workflows/Tests/badge.svg" /></a> <a href="https://github.com/aralroca/etiketai/graphs/contributors" alt="Contributors"> <img src="https://img.shields.io/github/contributors/aralroca/etiketai" /></a> <a href="https://github.com/aralroca/etiketai/pulse" alt="Activity"> <img src="https://img.shields.io/github/commit-activity/m/aralroca/etiketai" /></a> <a href="https://twitter.com/intent/follow?screen_name=shields_io"> <img src="https://img.shields.io/twitter/follow/aralroca?style=social&logo=twitter" alt="follow on Twitter"></a> </p>

About Etiketai

Etiketai is an online tool designed to label images, useful for training AI models.

It's totally client-side, there is no request to any server. It is implemented with Next.js + Preact.

Annotations are saved as XML files in PASCAL VOC format, the format used by ImageNet. Besides, it also supports YOLO format.

It's strongly inspired by labelImg.

<img src="public/demo.gif" alt="demo" />

Why the need of this project?

Although we think that labelImg is a good alternative, there are certain root problems that we are trying to solve with this project:

I wrote a short article in my blog explaining a little more in detail why: https://aralroca.com/blog/etiketai

In future releases

Getting started

Etiketai doesn't require any installation 😜. In order to start:

Hotkeys

KeyAction
oOpen/import files
sSave
dDuplicate the selected box
delRemove the selected box
Next image
Prev image
+Zoom in
-Zoom out
0Reset zoom

They are applicable when the input-text to name the label is not focused.

Contribute

We encourage you to send any pull-quest, even as a draft. It is a project that we want to grow according to the needs of the community.

License

Free software: MIT license

Contributors ✨

Thanks goes to these wonderful people (emoji key):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore-start --> <!-- markdownlint-disable --> <table> <tr> <td align="center"><a href="https://aralroca.com"><img src="https://avatars3.githubusercontent.com/u/13313058?v=4" width="100px;" alt=""/><br /><sub><b>Aral Roca Gomez</b></sub></a><br /><a href="#infra-aralroca" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-aralroca" title="Maintenance">🚧</a> <a href="https://github.com/aralroca/etiketai/commits?author=aralroca" title="Code">💻</a></td> </tr> </table> <!-- markdownlint-enable --> <!-- prettier-ignore-end --> <!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the all-contributors specification. Contributions of any kind welcome!