Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
### Overview
<div align="center"><img src="intro.gif" width=900/></div>

[Deep Learning Streamer](./docs/source/index.md) (**DL Streamer**) Pipeline Framework is an open-source streaming media analytics framework, based on [GStreamer*](https://gstreamer.freedesktop.org) multimedia framework, for creating complex media analytics pipelines for the Cloud or at the Edge.
[Deep Learning Streamer](./docs/user-guide/index.md) (**DL Streamer**) Pipeline Framework is an open-source streaming media analytics framework, based on [GStreamer*](https://gstreamer.freedesktop.org) multimedia framework, for creating complex media analytics pipelines for the Cloud or at the Edge.

**Media analytics** is the analysis of audio & video streams to detect, classify, track, identify and count objects, events and people. The analyzed results can be used to take actions, coordinate events, identify patterns and gain insights across multiple domains: retail store and events facilities analytics, warehouse and parking management, industrial inspection, safety and regulatory compliance, security monitoring, and many other.

Expand All @@ -15,17 +15,17 @@ DL Streamer Pipeline Framework is optimized for performance and functional inter
* Image processing plugins based on [OpenCV](https://opencv.org/) and [DPC++](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-programming-model/data-parallel-c-dpc.html)
* Hundreds other [GStreamer* plugins](https://gstreamer.freedesktop.org/documentation/plugins_doc.html) built on various open-source libraries for media input and output, muxing and demuxing, decode and encode

[This page](./docs/source/elements/elements.md) contains a list of elements provided in this repository.
[This page](./docs/user-guide/elements/elements.md) contains a list of elements provided in this repository.

## Prerequisites
Please refer to [System Requirements](./docs/source/get_started/system_requirements.md) for details.
Please refer to [System Requirements](./docs/user-guide/get_started/system_requirements.md) for details.

## Installation
Please refer to [Install Guide](./docs/source/get_started/install/install_guide_ubuntu.md) for installation options
1. [Install APT packages](./docs/source/get_started/install/install_guide_ubuntu.md#option-1-install-intel-dl-streamer-pipeline-framework-from-debian-packages-using-apt-repository)
2. [Run Docker image](./docs/source/get_started/install/install_guide_ubuntu.md#option-2-install-docker-image-from-docker-hub-and-run-it)
3. [Compile from source code](./docs/source/dev_guide/advanced_install/advanced_install_guide_compilation.md)
4. [Build Docker image from source code](./docs/source/dev_guide/advanced_install/advanced_build_docker_image.md)
Please refer to [Install Guide](./docs/user-guide/get_started/install/install_guide_ubuntu.md) for installation options
1. [Install APT packages](./docs/user-guide/get_started/install/install_guide_ubuntu.md#option-1-install-intel-dl-streamer-pipeline-framework-from-debian-packages-using-apt-repository)
2. [Run Docker image](./docs/user-guide/get_started/install/install_guide_ubuntu.md#option-2-install-docker-image-from-docker-hub-and-run-it)
3. [Compile from source code](./docs/user-guide/dev_guide/advanced_install/advanced_install_guide_compilation.md)
4. [Build Docker image from source code](./docs/user-guide/dev_guide/advanced_install/advanced_build_docker_image.md)

To see the full list of installed components check the [dockerfile content for Ubuntu24](https://github.com/open-edge-platform/dlstreamer/blob/main/docker/ubuntu/ubuntu24.Dockerfile)

Expand All @@ -35,12 +35,12 @@ To see the full list of installed components check the [dockerfile content for U
## Models
DL Streamer supports models in OpenVINO™ IR and ONNX* formats, including VLMs, object detection, object classification, human pose detection, sound classification, semantic segmentation, and other use cases on SSD, MobileNet, YOLO, Tiny YOLO, EfficientDet, ResNet, FasterRCNN, and other backbones.

See the full list of [supported models](./docs/source/supported_models.md), including models pre-trained with [Intel® Geti™ Software](<https://www.intel.com/content/www/us/en/developer/tools/tiber/edge-platform/model-builder.html>), or explore over 70 pre-trained models in [OpenVINO™ Open Model Zoo](https://docs.openvino.ai/latest/omz_models_group_intel.html) with corresponding [model-proc files](https://github.com/dlstreamer/dlstreamer/tree/main/samples/model_proc) (pre- and post-processing specifications).
See the full list of [supported models](./docs/user-guide/supported_models.md), including models pre-trained with [Intel® Geti™ Software](<https://www.intel.com/content/www/us/en/developer/tools/tiber/edge-platform/model-builder.html>), or explore over 70 pre-trained models in [OpenVINO™ Open Model Zoo](https://docs.openvino.ai/latest/omz_models_group_intel.html) with corresponding [model-proc files](https://github.com/dlstreamer/dlstreamer/tree/main/samples/model_proc) (pre- and post-processing specifications).

## Other Useful Links
* [Get Started](./docs/source/get_started/get_started_index.md)
* [Developer Guide](./docs/source/dev_guide/dev_guide_index.md)
* [API Reference](./docs/source/api_ref/api_reference.rst)
* [Get Started](./docs/user-guide/get_started/get_started_index.md)
* [Developer Guide](./docs/user-guide/dev_guide/dev_guide_index.md)
* [API Reference](./docs/user-guide/api_ref/api_reference.rst)

---
\* Other names and brands may be claimed as the property of others.
Expand Down
Loading
Loading