Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.03 KB

File metadata and controls

38 lines (29 loc) · 1.03 KB

AI Video Analytics

A sample application to perform semantic search and face identification with embedding search on uploaded video.

Example

Alt Text

Validated hardware

  • CPU: Intel® Core™ Ultra 7 processors
  • RAM: 16GB
  • DISK: 128GB

Prerequisite

1. Install operating system

Install the latest Ubuntu* 24.04 LTS Desktop. Refer to Ubuntu Desktop installation tutorial if needed.

Application ports

Please ensure that you have these ports available before running the applications.

Apps Port
Server 5980

Quick Start

Prerequisite

Docker and docker compose should be setup before running the commands below. Refer to here to setup docker.

1. Build docker container

docker compose build

2. Start docker container

docker compose up -d

3. Access the App

Navigate to http://localhost:5980