Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 760 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 760 Bytes

Bounding Boxer

Bounding boxer is a desktop app that allows you to draw boxes on images to create a data set of images annotated with bounding boxes. Annotations can then be saved to a CSV.

Built using Electron, React, NeDB, and Konva

Screenshots

Select images in the file browser

file browser

Draw boxes around objects of interest

full app view

Save bounding boxes to a CSV

labeling view

Development

This app runs on Node 8+

Install

git clone https://github.com/Ben-Wu/Artist-Pathfinder.git
yarn

Build and Run

yarn start

Make release

yarn build

Output files will be in /dist