Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://sweppner.github.io/labeld/
LabelD is a quick and easy-to-use image annotation tool, built for academics, data scientists, and software engineers to enable single track or distributed image tagging. LabelD supports both localized, in-image (multi-)tagging, as well as image categorization.
https://sweppner.github.io/labeld/
annotations data-tagging deep-learning deep-neural-networks image-annotation image-classification
Last synced: 26 days ago
JSON representation
LabelD is a quick and easy-to-use image annotation tool, built for academics, data scientists, and software engineers to enable single track or distributed image tagging. LabelD supports both localized, in-image (multi-)tagging, as well as image categorization.
- Host: GitHub
- URL: https://sweppner.github.io/labeld/
- Owner: sweppner
- License: agpl-3.0
- Created: 2016-08-05T04:32:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-03T15:03:43.000Z (over 5 years ago)
- Last Synced: 2024-08-03T17:09:41.255Z (4 months ago)
- Topics: annotations, data-tagging, deep-learning, deep-neural-networks, image-annotation, image-classification
- Language: JavaScript
- Homepage:
- Size: 30.7 MB
- Stars: 133
- Watchers: 8
- Forks: 31
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-data-annotation - LabelD - - (web) image (Image / video / Open source)
README
#Introductions
LabelD was created as a simple image annotation tool to minimize the amount of work/time spent on annotation by streamlining the overall process. The images can either be pulled from Imgur based on keyword search (search button at the top right), or locally (please un-select Imgur as the image source under Annotation Settings).
#Installation
LabelD is simple enough to get up and running.
1. Clone/Download the LabelD source code
2. Satisfy the required dependencies
3. Launch the 2 required nodejs servers web_server.js and node/rest/rest_server.js
4. (optional) If there are local images the user wishes to annotate, copy them into the node/rest/data#Dependencies
- NodeJS
- NPM
- NPM module - express
- NPM module - body-parser
- MongoDBAnd... you're done!
If you dont have an image base to start from, this may be the easiest platform to begin building a training set. It comes default with the ability to pull keyword indexed images from Imgur, so try it out!
1. Put a keyword in the search box at the top right
2. Hit enter
3. Click "NEXT"Thats it!