add admin part

This commit is contained in:
Oleksandr Bezdieniezhnykh
2025-09-29 14:39:59 +03:00
parent 1e1e8ae97d
commit 9c85bc29ed
32 changed files with 5694 additions and 17529 deletions
+14 -5
View File
@@ -1,19 +1,28 @@
# Azaion Suite
Azaion Suite allows to user run detections on videos or photos for military-related objects, like
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.
Also it allows to do GPS marking by video / photos from GPS camera pointing downwards and start coordinates.
### Install
## 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
```
### Debug
## 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 prod build
## Build Production
`yarn run build`