raymondlo84
commited on
Commit
β’
ff10b48
1
Parent(s):
6926a0d
Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,15 @@ colorFrom: green
|
|
5 |
colorTo: purple
|
6 |
sdk: static
|
7 |
pinned: false
|
|
|
8 |
---
|
|
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
colorTo: purple
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
+
tag: python, c++, x86, deep learning, Neural networks, Edge AI, DL-inference
|
9 |
---
|
10 |
+
Make AI inference faster and easier to deploy!
|
11 |
|
12 |
+
Learning and practicing AI is not easy, deploying AI in real applications is challenging and hard. We realized that and created
|
13 |
+
OpenVINO β an open-source toolkit for bringing AI models to life on the most widespread and available platforms like x86 CPUs
|
14 |
+
and integrated Intel GPUs. One can use OpenVINO to optimize own model for high performance with the most advanced model optimization
|
15 |
+
capabilities and run those through OpenVINO runtime on various devices. We are driven by the idea to make it easy for a regular person
|
16 |
+
to learn and use AI with minimal investments and unlock innovation with the use of AI to a wide audience. Not only we allow AI inference
|
17 |
+
on the most widespread and popular platforms, but also we provide pre-trained models, educational and visual demos, image annotation
|
18 |
+
tools and model training templates to get you up to speed. Along with good use-case coverage and simple/educational API, OpenVINO
|
19 |
+
is also a toolkit of choice for AI in production by plenty of companies, it is a fully production-ready software solution.
|