Projects Manager GUI

The PEKAT VISION application is project-oriented. You can run and work with several independent projects simultaneously. Each project runs on its own network port and can be accessed from remote computers and managed without any restrictions.

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.

Open Project allows you to open an existing project & Import Project enables you to import a project which was exported by PEKAT VISION software previously.

Clicking on the button with three dots enables you to Export, Copy, Remove (from project list) or Delete (deletes project files).

Remove function removes the project only from the UI in Projects Manager

Delete function deletes project data directly from projects folder

Copy function duplicates a project within Projects Manager

ย 

ย 

When you click on a project, a pop-up window shows, in which you can change the project Name and select the Port which the project will be running.

If the port is busy, the application notifies you to select another one, we recommend to choose a port number 10 points higher than the previous one.

ย 

To launch the project, click the โ€˜STARTโ€™ button. In case remote access is enabled, an URL will be displayed to access the application using a web browser.

ย 

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.

.\pekat-cmd.exe create -h usage: pekat-cmd create [-h] -d DATA -n NAME Optional arguments: -h, --help Show this help message and exit. -d DATA, --data DATA Project dir -n NAME, --name NAME Project name
.\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.

If you run the argument --network, then network access is enabled.

console ./pekat-web -h usage: pekat-web-starter [-h] [-v] [-p PORT] [-n] [-P PASSWORD] [-l] [-dc] [-dcode] PEKAT VISION online projects starter Optional arguments: -h, --help Show this help message and exit. -v, --version Show program's version number and exit. -p PORT, --port PORT Starting port -n, --network Network access -P PASSWORD, --password PASSWORD Password access -l, --log Show all logs -dc, --disable_concurrent Allows to run only 1 project at a time -dcode, --disable_code Disable code module. Higher security.