mirror of
https://github.com/azaion/ui.git
synced 2026-04-22 05:26:35 +00:00
859 B
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
/adminfor the admin dashboard (requires admin login)
Build Production
yarn run build