sbhavani / VoTT-web

Visual Object Tagging Tool: A lightweight and collaborative tool for image tagging.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VoTT-web

Visual Object Tagging Tool: A lightweight and collaborative tool for image tagging.

Development Setup

First make sure you have a .env file created and that it includes the following key pairs:

PORT=8080
WEBSITE_HOSTNAME=http://localhost:8080

AZURE_STORAGE_CONNECTION_STRING=
GITHUB_CLIENT=
GITHUB_SECRET=

VOTT_DEFAULT_ADMIN_GITHUB_USER=
VOTT_DEFAULT_ADMIN_NAME='Luke Skywalker'

Then you can run either

docker-compose up

or

npm install
npm start

Deploy to Azure

Click this button to deploy web app and storage resources to Azure.

Deploy to Azure

About

Visual Object Tagging Tool: A lightweight and collaborative tool for image tagging.

License:Apache License 2.0


Languages

Language:JavaScript 78.2%Language:HTML 20.6%Language:CSS 1.0%Language:Dockerfile 0.1%