The SmartPredict Graphical User Interface (GUI)

This section describes the visual appearance of SmartPredict, its components as well as their roles.

​ Once you are logged in, the SmartPredict Graphical User Interface displays full-screen. The first instance you use it, the workspace' s layout is empty . Later on, as we create new projects, it will show a mosaic view of all of them.

The GUI is composed of:

1. a left pane/sidebar containing the following elements (represented with their respective pictogram) :

2. and next to it, a clear workspace, with a:

  • search bar

  • a project-creation button

3. On the top is the logo of SmartPredict .The User icon is on its extreme right, clicking through which leads to the user space including the:

  • Profile

  • Account settings

  • and Logout.

The user space is where you can manage everything about your personal information.

The left pane contains the following elements:

  1. Dashboard: The dashboard is the main menu of the platform. From there, you may create new projects as well as consult previous ones. Those latter are arranged according to the date of creation, from the most recent to the least recent. If you have been running a project lately, it is also where you see its current status (either it has run successfully or failed to do so).

  2. Project: The project menu opens on the project panel wherein AI workflows will be represented by flowchart following a four-step process: build, deploy,monitor , test.

  3. Datasets: The dataset menu displays the list of all previously uploaded datasets. It is also the place to upload and store new datasets.

  4. Applications: The Applications menu contains SmartApps for Data Processing and Visualization .

  5. Notebook: The Notebook is a console for customizing modules through Python codes. Use it to interact with SmartPredict by embedding your own code snippets and libraries.

  6. Settings : it is a space for setting up the user account and for integration with GitHub version controls.

  1. Build: The first project workspace is the build workspace.

  2. Deploy: The deploy workspace directly follows the build workspace. Executed projects from the build workspace will directly transition to this next tab, once they are prepared for deployment.

  3. Monitor: The monitor workspace is a dashboard tab to monitor the deployed project.

  4. Test: the test tab is intended for testing models.

The right sidebar displays the menu of different toolsets such as modules, datasets, processing pipelines and logs.

Last updated