Skip to content

iwstkhr/sagemaker-annotation-converter

Repository files navigation

SageMaker Annotation Converter

React/Next.js app to convert SageMaker annotation formats.
https://iwstkhr.github.io/sagemaker-annotation-converter/

Supported Format

Getting Started

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Testing

Run the following command:

npm run test
# or
jest

Build

Run the following command:

npm run build