React/Next.js app to convert SageMaker annotation formats.
https://iwstkhr.github.io/sagemaker-annotation-converter/
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
Run the following command:
npm run test
# or
jestRun the following command:
npm run build