File size: 1,625 Bytes
2ddbf77
6832084
2ddbf77
dd5778f
2ddbf77
 
 
 
 
6832084
 
 
 
 
 
 
 
 
 
 
a0b1cc5
43a9703
a0b1cc5
2adbd2c
2ddbf77
 
6832084
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
title: Intel OpenVINO Object Detection (model_api)
emoji: 📚
colorFrom: blue
colorTo: blue
sdk: gradio
sdk_version: 6.1.0
app_file: app.py
pinned: false
short_description: Intel OpenVINO™ object detection demo with Intel model_api.
tags:
- openvino
- intel
- model-api
- object-detection
- computer-vision
- yolo
- gradio
- inference
- edge-ai
models:
- Ultralytics/YOLO11
- mgumowsk/YOLO11

---

# Intel OpenVINO™ Object Detection with Intel® model_api

Fast, practical computer vision inference in the browser using:

- **Intel OpenVINO™ Runtime** for optimized CPU inference
- **Intel® OpenVINO Model API (model_api)** for unified preprocessing/postprocessing and task wrappers
- **Gradio** for a clean interactive UI

This Space supports **image inference** and **video inference** (processed output video), plus a lightweight **performance metrics** readout.

## What you can do

- Upload an image and run object detection
- Upload a video and run frame-by-frame object detection (outputs an annotated video)
- Try curated examples for both images and videos

## Tech stack (keywords)

Intel OpenVINO, Intel model_api, OpenVINO IR (.xml/.bin), YOLO object detection, Gradio demo, computer vision inference, edge AI.

## Links

- Intel® OpenVINO Model API (GitHub): https://github.com/open-edge-platform/model_api
- Model API documentation: https://open-edge-platform.github.io/model_api/latest
- Hugging Face Spaces config reference: https://huggingface.co/docs/hub/spaces-config-reference

## Notes

- Models are loaded from the repository `models/` directory.
- Example media is located in `examples/`.