{"id":23684988,"url":"https://github.com/trikko/etichetta","last_synced_at":"2026-01-07T14:30:17.483Z","repository":{"id":238377551,"uuid":"796228324","full_name":"trikko/etichetta","owner":"trikko","description":"A YOLO annotator, for human beings","archived":false,"fork":false,"pushed_at":"2024-09-17T10:01:59.000Z","size":52210,"stargazers_count":22,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-15T08:05:15.907Z","etag":null,"topics":["ai","annotation-tool","annotations","annotator","d","dlang","labeling-tool","labelling","yolo"],"latest_commit_sha":null,"homepage":"","language":"D","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trikko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-05T10:30:17.000Z","updated_at":"2024-09-17T10:02:02.000Z","dependencies_parsed_at":"2024-05-15T23:39:07.892Z","dependency_job_id":null,"html_url":"https://github.com/trikko/etichetta","commit_stats":null,"previous_names":["trikko/etichetta"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trikko%2Fetichetta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trikko%2Fetichetta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trikko%2Fetichetta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trikko%2Fetichetta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trikko","download_url":"https://codeload.github.com/trikko/etichetta/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239742366,"owners_count":19689307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","annotation-tool","annotations","annotator","d","dlang","labeling-tool","labelling","yolo"],"created_at":"2024-12-29T20:50:22.370Z","updated_at":"2026-01-07T14:30:17.428Z","avatar_url":"https://github.com/trikko.png","language":"D","funding_links":["https://paypal.me/andreafontana/5"],"categories":[],"sub_categories":[],"readme":"# Etichetta [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/trikko/etichetta/blob/main/LICENSE) [![Donate](https://img.shields.io/badge/paypal-buy_me_a_beer-FFEF00?logo=paypal\u0026logoColor=white)](https://paypal.me/andreafontana/5)\n\u003csup\u003eInternational Phonetic Alphabet: /e-ti-'ket-ta/ [mp3](https://www.dropbox.com/scl/fi/ow41ztln8vcbw8t10bcd1/etichetta.mp3?rlkey=6lecfwxq9h2aj6nzzimjlejdp\u0026st=n1d6clii\u0026dl=0)\u003c/sup\u003e\n\nEtichetta is a project that aims to provide a simple and efficient way to annotate images.\n\n\u003cimg src=\"https://github.com/trikko/etichetta/assets/647157/25e85b05-6c46-47ad-aa1c-b0656f1e710f\" width=480\u003e\n\n\u003csup\u003eYou can download [here](https://www.printables.com/@AndreaFontana) those 3d printed models.\u003c/sup\u003e\n\n## Quick start\nSome simple tutorials to start using Etichetta can be found on the [HOWTO](https://github.com/trikko/etichetta/blob/main/HOWTO.md) page and [AI](https://github.com/trikko/etichetta/blob/main/AI.md) page.\n\n## Prebuilt packages (Linux, Windows)\n[![Snap](https://img.shields.io/badge/-Linux_AppImage_-red.svg?style=for-the-badge\u0026logo=linux)](https://github.com/trikko/etichetta/releases/latest/download/etichetta-x86_64.AppImage)\n\n[![Windows](https://img.shields.io/badge/-Windows_installer-blue.svg?style=for-the-badge\u0026logo=windows)](https://github.com/trikko/etichetta/releases/latest/download/etichetta-setup.exe)\n\n## Build from source (Linux, Windows)\n\nTo build etichetta from source install a dlang compiler (DMD, LDC, GDC) from [dlang.org](https://dlang.org)\nOn windows you also need MSBuild package (c/c++ compiler) and Windows SDK.\n\nThen:\n\n```\ngit close https://github.com/trikko/etichetta\ncd etichetta\ndub run :setup\ndub\n```\n\nTo use GPU acceleration, read `ext/README.md`.\n\n## Etichetta on macOS (with Docker and XQuartz)\n\nI do not have access to any machine with macOS and therefore it is difficult to perform the necessary tests for development. Anyway to try etichetta on a macOS machine, you can run it inside a Docker container and connect a display, using XQuartz.\n\n- Install XQuartz, which you can find at this URL: https://www.xquartz.org/index.html  \n- After installation, go to XQuartz preferences: **XQuartz \u003e Preferences \u003e Security** and enable the option \"Allow connections from network clients.\"  \n- Then, run the following command in the terminal: `xhost + 127.0.0.1`\n- Build the last docker image running `./build-docker-etichetta.sh` inside the `macos-docker` folder.\n- Run `./run-docker-etichetta.sh`\n\n## License\n\nThis project is licensed under the [MIT License](https://github.com/your-username/etichetta/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrikko%2Fetichetta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrikko%2Fetichetta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrikko%2Fetichetta/lists"}