This repository contains the source code for Multimodal Data Visualization Microservice used for the Multimodal Data Visualization Use Case.
Complete the following steps to build the base image:
-
Run the following command:
docker-compose -f docker-compose-build.yml build
Complete the following steps to run the base image:
- Clone this repo.
- Configure Host IP 'export HOST_IP=< HOST-IP-address >'
- Run the
docker-compose up
command.
- Go to http://: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.
To run Multimodal Data Visualization Microservice in the Open EII mode, refer to the README_OEI.