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:
Clone the repo.
Configure the Host IP ‘export HOST_IP=
‘. Run the
docker-compose up
command.
Run Grafana in the EVAM Mode¶
To run Grafana in the EVAM mode, complete the following:
Go to http://:raw-html-m2r:`<IP-Address>:3000 <http://localhost:3000>`_ to access Grafana.
On the Home Dashboard page, on the left corner, click the Dashboards icon.
Click the Manage Dashboards tab, to view the list of all the preconfigured dashboards.
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.