Skip to content

Latest commit

 

History

History
71 lines (51 loc) · 1.51 KB

File metadata and controls

71 lines (51 loc) · 1.51 KB

Annotation App

This is the web app for annotation tasks.

Installation

You will need to prepare node(8.10.0 or later) and MongoDB on local. (You can install MongoDB here) Then, clone this repository and run commands.

Yarn

yarn

npm

npm intasll

Quick Start

Yarn

yarn start

npm

npm run start

Build

In order to build the app, run below commands.

Yarn

yarn build

npm

npm run build

Dockerize (experimental)

You can also install apps by Docker. Go to dockerize branch and run docker-compose up

Development Architecture

Production Architecture

Feature

Progress

You can get the progress.json via Admin Page.

Keyboard Operation

In the task page, you can move focus via keyboard.

  • Move right - ➡️
  • Move left - ⬅️
  • Move top - ⬆️
  • Move down - ⬇️
  • Next image - ⌥ + ➡️
  • Prev Image - ⌥ + ⬅️