Contents

Multimodal Data Visualization Microservice Repository

This repository contains the source code for the Multimodal Data Visualization microservice used for the Video Analytics Use Case.

Build the Base Image

To build the base image, run the following command:

docker-compose build

Run the Base Image

To run the base image, complete the following:

  1. Clone the repo.

  2. Configure the Host IP ‘export HOST_IP=‘.

  3. Run the docker-compose up command.

Run Grafana in the EVAM Mode

To run Grafana in the EVAM mode, complete the following:

  1. Go to http://:raw-html-m2r:`<IP-Address>:3000 <http://localhost:3000>`_ to access Grafana.

  2. On the Home Dashboard page, on the left corner, click the Dashboards icon.

  3. Click the Manage Dashboards tab, to view the list of all the preconfigured dashboards.

  4. Select Video Analytics Dashboard, to view the data from the Edge Video Analytics Microservice.

Run the Multimodal Data Visualization Microservice in the EII mode

To run the Multimodal Data Visualization microservice in the EII mode, refer to the README_EII.