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.
- Clone/Download the LabelD source code
- Satisfy the required dependencies
- Launch the 2 required nodejs servers
web_server.js
andnode/rest/rest_server.js
- (optional) If there are local images the user wishes to annotate, copy them into the
node/rest/data
Dependencies
- NodeJS
- NPM
- NPM module - express
- MongoDB
And... you're done!