Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

intel/multimodal-data-visualization

Repository files navigation

PROJECT NOT UNDER ACTIVE MANAGEMENT

This project will no longer be maintained by Intel.

Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.

Intel no longer accepts patches to this project.

If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the open source software community, please create your own fork of this project.

Contact: webadmin@linux.intel.com

Multimodal Data Visualization Microservice

This repository contains the source code for Multimodal Data Visualization Microservice used for the Multimodal Data Visualization Use Case.

Build the base image

Complete the following steps to build the base image:

  1. Run the following command:

      docker-compose -f  docker-compose-build.yml  build

Run the base image

Complete the following steps to run the base image:

  1. Clone this repo.
  2. Configure Host IP 'export HOST_IP=< HOST-IP-address >'
  3. Run the docker-compose up command.

Perform the following steps to run Grafana in EVAM mode:

  1. Go to http://: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 Multimodal Data Visualization Microservice in Open EII mode

To run Multimodal Data Visualization Microservice in the Open EII mode, refer to the README_OEI.