Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Managing and running projects can be performed through both graphical user interface as well as console application.

...

Project Management Graphical User-Interface

When PEKAT VISION is launched, there are buttons which enable you to Create a new project, Open project or Import Project .

...

Info

Once a project is Created, Opened or Imported, the project appears in the project list.

Secure Image Analyze

If you check Secure Image Analyze option, our technolgy will encode images, providing a secure communication.

...

Console Project Management

The application has two modes: creating and launching a project. The necessary arguments are described in the Help.

...

Code Block
.\pekat-cmd.exe start -h
usage: pekat-cmd start [-h] [-p PORT] -d DATA [-n NETWORK] [-l LOG]

Optional arguments:
  -h, --help            Show this help message and exit.
  -p PORT, --port PORT  Starting port
  -d DATA, --data DATA  Project dir
  -l LOG, --log LOG     Show all logs (y/n)
  -P PASSWORD, --password PASSWORD
                        Administration password
  -key API_KEY, --api_key API_KEY
                        Image analyze only with API key
                  

Project Management in Local Machine vs Network Host

The Project Management can be hosted on a network, so customers can connect through a browser.
By default, the application runs only on the local machine.

...