Skip to content
Justin Brooks edited this page Sep 29, 2018 · 44 revisions

Prerequisites

Docker and docker-compose is required. You can follow there documentation for installation in the links provided.

Installing

Create a copy of this repository:

git clone https://github.com/jsbroks/coco-annotator
cd coco-annotator

Run the application using docker compose:

docker-compose up --build

Give it a few minutes to build the docker image.

Now, you can now access the website (http://localhost:5000/).

End-to-end Examples

Clone this wiki locally