Questions about

Guide To PrivateCloud

How to use Private Cloud

Access to Private Clouds

Private cloud is a B/S architecture application, only need a Chrome compatible browser, you can use all the functions of the private cloud system

You can access the private cloud on the private cloud server, which is generally used for testing private clouds; It can also be accessed on another computer.

Access the private cloud locally

That is, access your private cloud on the private cloud server. Access is divided into two steps: configuring the domain name resolution and opening the browser to access the service.

Step 1: Configure DNS

The private cloud server is Linux system, so the hosts file needs to be modified. Using the vim tool as an example, run the following command to configure the hosts file. You can learn more about using the vim tool by searching related introduction.

sudo vim /etc/hosts

Add the following two lines to your hosts file:

127.0.0.1 storage.nb-ai.com
127.0.0.1 private.nb-ai.com

Save the configuration.

Step 2: Access the private cloud

To access the private cloud, open a Chrome compatible browser and enter the following command in the address bar

private.nb-ai.com:38080

Please enter the preset administrator account and password provided by NeuroBot. After successful login, you will be brought to the console page.

When you see the following page, you can access the private cloud.

Please enter the preset administrator account and password provided by Mashi Intelligent official. After successful login, you will be brought to the console page, as follows:

Remote access to private clouds

In fact, using another work computer to access the private cloud is the more common use case.

Make sure your work computer has an Internet connection to your private cloud. To test whether we can connect to the private cloud, we can run the following command: Where ** represents the IP address of the private cloud server.

ping *******

Accessing a private cloud from your work computer is also a two-step process: configuring your domain name resolution and opening a browser to access the service.

Step 1: Configure DNS

Take the work computer as the Windows system as an example. Open Notepad as an administrator and open the following file:

C:\Windows\System32\drivers\etc\hosts

Add following two lines to the file, where 192.168.22.78 is an example ip address, and replace it with the actual IP address of the private cloud server.

192.168.22.78 storage.nb-ai.com
192.168.22.78 private.nb-ai.com

Run cmd and refresh the Settings by running the following from the command line:

ipconfig/flushdns

Step 2: Access the private cloud

Same steps as "Private cloud local access".

How to use Private Cloud

Private cloud usage includes model development operations, as well as background management operations.

Note: The functions of the following modules depend on the customization of private cloud products, and the actual shall prevail.

Model Development

The model development operation is the same as the corresponding part in the public cloud, which can be referred to the following documentations:

AI Model Development--OCR

AI Model Development--Object Detection

AI Model Development--Sematic Segmentation

Unlike the public cloud, the private cloud trained model may need to be transformed after export. Detailed guidelines can be found in the documentation:

Model Export and Transformation

Background Management

Background management includes creating roles, creating users, managing role permissions, and many management functions such as viewing/configuring model training, managing case base, and customizing private cloud website Logo.

The private cloud system presets an administrator user with all permissions. Users can create users with different permissions as needed.

Authority Management

System permissions are managed based on roles. Users with "Role Management" can create and delete custom roles in the "Role Management" page. Click on "Role Authorization" and assign the role owned by the role by checking the corresponding module.

User Management

In the "User Management" page, click "Add User" to manually create a new user for the system. Users can also register new users by themselves in the system registration page, both are equivalent.

The newly created user may not have system permissions and needs to be configured to a specific role. In the "User Management" list, click "Assign Role" for the specified user to assign them an appropriate role.

Platform Customizations

In the "LOGO replacement" page, you can upload your own logo image file to customize the platform brand. It is recommended to upload images in png format with a 140 × 24 resolution.

Model training view and setup

"Model Training View and Setup" is an important module for technicians to view the details of the model training task and adjust the parameters if necessary.

In the "ID Query" page, input the corresponding model ID and click "Query" to view the details of the model. In this module, you can view the analysis report of the gallery, the training of each version of the model, manually switch the algorithm, adjust the hyper-parameter, and so on.

In the Tuning History page, you can view the history of all model tuning.

Data management

Sample data is an important data asset for customers. The private cloud can easily manage all the project image samples, so as to carry out sample inventory and various optimization based on data.

In the "Model Label Management" page, you can perform detection object identification, marking, label management and other work for all models.

In the "Case query" page, the marked picture data can be detected and viewed.

Still have a question?

Each section should be concise, user-friendly, and direct users to additional resources or documentation when necessary.