mirror of
https://github.com/azaion/ui.git
synced 2026-04-22 09:26:35 +00:00
29 lines
859 B
Markdown
29 lines
859 B
Markdown
# 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
|
|
|
|
```shell
|
|
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`
|