Files
ui/README.md
T
Oleksandr Bezdieniezhnykh 9c85bc29ed add admin part
2025-09-29 14:39:59 +03:00

859 B

Azaion Suite

Azaion Suite allows users to run detections on videos or photos for military-related objects, like military vehicles, tanks, cars, military men, motos, planes, and masked objects. Also it allows to do GPS marking by video / photos from GPS camera pointing downwards and start coordinates.

Application Structure

The application now combines two parts:

  • Main Annotator App (accessible at /) - The main annotation interface
  • Admin Dashboard (accessible at /admin) - Administrative interface for user management and system controls

Install

npm i -g yarn
yarn install

Development

yarn start

The application will start on http://localhost:3000:

  • Navigate to / for the main annotator interface
  • Navigate to /admin for the admin dashboard (requires admin login)

Build Production

yarn run build