mgumowsk commited on
Commit
6832084
·
1 Parent(s): f21e207
Files changed (1) hide show
  1. README.md +42 -3
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: OpenVINO with model_api
3
  emoji: 📚
4
  colorFrom: blue
5
  colorTo: blue
@@ -7,8 +7,47 @@ sdk: gradio
7
  sdk_version: 6.1.0
8
  app_file: app.py
9
  pinned: false
10
- short_description: Object detection powered by OpenVINO™ and model_api.
 
 
 
 
 
 
 
 
 
 
11
 
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Intel OpenVINO Object Detection (model_api)
3
  emoji: 📚
4
  colorFrom: blue
5
  colorTo: blue
 
7
  sdk_version: 6.1.0
8
  app_file: app.py
9
  pinned: false
10
+ short_description: Intel OpenVINO™ object detection demo with Intel model_api.
11
+ tags:
12
+ - openvino
13
+ - intel
14
+ - model-api
15
+ - object-detection
16
+ - computer-vision
17
+ - yolo
18
+ - gradio
19
+ - inference
20
+ - edge-ai
21
 
22
  ---
23
 
24
+ # Intel OpenVINO™ Object Detection with Intel® model_api
25
+
26
+ Fast, practical computer vision inference in the browser using:
27
+
28
+ - **Intel OpenVINO™ Runtime** for optimized CPU inference
29
+ - **Intel® OpenVINO Model API (model_api)** for unified preprocessing/postprocessing and task wrappers
30
+ - **Gradio** for a clean interactive UI
31
+
32
+ This Space supports **image inference** and **video inference** (processed output video), plus a lightweight **performance metrics** readout.
33
+
34
+ ## What you can do
35
+
36
+ - Upload an image and run object detection
37
+ - Upload a video and run frame-by-frame object detection (outputs an annotated video)
38
+ - Try curated examples for both images and videos
39
+
40
+ ## Tech stack (keywords)
41
+
42
+ Intel OpenVINO, Intel model_api, OpenVINO IR (.xml/.bin), YOLO object detection, Gradio demo, computer vision inference, edge AI.
43
+
44
+ ## Links
45
+
46
+ - Intel® OpenVINO Model API (GitHub): https://github.com/open-edge-platform/model_api
47
+ - Model API documentation: https://open-edge-platform.github.io/model_api/latest
48
+ - Hugging Face Spaces config reference: https://huggingface.co/docs/hub/spaces-config-reference
49
+
50
+ ## Notes
51
+
52
+ - Models are loaded from the repository `models/` directory.
53
+ - Example media is located in `examples/`.