Skip to content

Commit

Permalink
prepare to 2024.0 (#1793)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Mar 7, 2024
1 parent 2662a36 commit 10d042a
Show file tree
Hide file tree
Showing 23 changed files with 212 additions and 48 deletions.
4 changes: 2 additions & 2 deletions .docker/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ matplotlib = ">=3.4"
monai = ">=0.9.1,<1.0.0"
nbval = "*"
notebook = "<7.0.0"
nncf = "==2.8.0"
nncf = "==2.9.0"
numpy = ">=1.21.0"
onnx = ">=1.11.0"
opencv-python = "*"
openvino-dev = {version = "==2023.3.0"}
openvino-dev = {version = "==2024.0.0"}
openvino-telemetry = "==2023.2.1"
ovmsclient = "*"
Pillow = ">=8.3.2"
Expand Down
17 changes: 9 additions & 8 deletions .docker/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ A collection of ready-to-run Jupyter notebooks for learning and experimenting wi

- [Table of Contents](#table-of-contents)
- [📝 Installation Guide](#-installation-guide)
- [🚀 Getting Started](#-getting-started)
- [⚙️ System Requirements](#️-system-requirements)
- [💻 Run the Notebooks](#-run-the-notebooks)
- [To Launch a Single Notebook](#to-launch-a-single-notebook)
Expand All @@ -42,6 +43,17 @@ OpenVINO Notebooks require Python and Git. To get started, select the guide for

[![-----------------------------------------------------](https://user-images.githubusercontent.com/10940214/155750931-fc094349-b6ec-4e1f-9f9a-113e67941119.jpg)]()

<div id='-getting-started'/>

## 🚀 Getting Started

Explore Jupyter notebooks using this [page](https://openvinotoolkit.github.io/openvino_notebooks/), select one related to your needs or give them all a try. Good Luck!

**NOTE: The main branch of this repository was updated to support the new OpenVINO 2024.0 release.** To upgrade to the new release version, please run `pip install --upgrade -r requirements.txt` in your `openvino_env` virtual environment. If you need to install for the first time, see the [Installation Guide](#-installation-guide) section below. If you wish to use the previous release version of OpenVINO, please checkout the [2023.3 branch](https://github.com/openvinotoolkit/openvino_notebooks/tree/2023.3). If you wish to use the previous Long Term Support (LTS) version of OpenVINO check out the [2022.3 branch](https://github.com/openvinotoolkit/openvino_notebooks/tree/2022.3).

If you need help, please start a GitHub [Discussion](https://github.com/openvinotoolkit/openvino_notebooks/discussions).


If you run into issues, please check the [troubleshooting section](#-troubleshooting), [FAQs](#-faq) or start a GitHub [discussion](https://github.com/openvinotoolkit/openvino_notebooks/discussions).

Notebooks with ![binder logo](https://mybinder.org/badge_logo.svg) and ![colab logo](https://colab.research.google.com/assets/colab-badge.svg) buttons can be run without installing anything. [Binder](https://mybinder.org/) and [Google Colab](https://colab.research.google.com/) are free online services with limited resources. For the best performance, please follow the [Installation Guide](#-installation-guide) and run the notebooks locally.
Expand Down Expand Up @@ -171,7 +183,7 @@ Made with [`contrib.rocks`](https://contrib.rocks).

## ❓ FAQ

* [Which devices does OpenVINO support?](https://docs.openvino.ai/2023.3/openvino_docs_OV_UG_supported_plugins_Supported_Devices.html#doxid-openvino-docs-o-v-u-g-supported-plugins-supported-devices)
* [Which devices does OpenVINO support?](https://docs.openvino.ai/2024/openvino-workflow/running-inference/inference-devices-and-modes.html)
* [What is the first CPU generation you support with OpenVINO?](https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/system-requirements.html)
* [Are there any success stories about deploying real-world solutions with OpenVINO?](https://www.intel.com/content/www/us/en/internet-of-things/ai-in-production/success-stories.html)

Expand Down
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ jupyter lab notebooks

## ❓ 常见问题解答

* [OpenVINO支持哪些设备?](https://docs.openvino.ai/2023.3/openvino_docs_OV_UG_supported_plugins_Supported_Devices.html#doxid-openvino-docs-o-v-u-g-supported-plugins-supported-devices)
* [OpenVINO支持哪些设备?](https://docs.openvino.ai/2024/openvino-workflow/running-inference/inference-devices-and-modes.html)
* [OpenVINO支持的第一代CPU是什么?](https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/system-requirements.html)
* [在使用OpenVINO部署现实世界解决方案方面有没有成功的案例?](https://www.intel.com/content/www/us/en/internet-of-things/ai-in-production/success-stories.html)

Expand Down
16 changes: 15 additions & 1 deletion notebooks/104-model-tools/104-model-tools.ipynb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"id": "artificial-discretion",
"metadata": {},
Expand All @@ -25,6 +26,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "c4dda33e",
"metadata": {},
Expand Down Expand Up @@ -61,10 +63,11 @@
],
"source": [
"# Install openvino package\n",
"%pip install -q \"openvino-dev>=2023.1.0\""
"%pip install -q \"openvino-dev>=2024.0.0\""
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "fec90f61-08f3-4417-8a6f-ec61c9e5955b",
"metadata": {
Expand Down Expand Up @@ -94,6 +97,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "f0206a22-dc33-4666-ab2b-86386b97caca",
"metadata": {
Expand Down Expand Up @@ -129,6 +133,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "parental-assets",
"metadata": {
Expand Down Expand Up @@ -178,6 +183,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "judicial-preview",
"metadata": {},
Expand All @@ -188,6 +194,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "rising-interval",
"metadata": {},
Expand Down Expand Up @@ -258,6 +265,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "proprietary-checklist",
"metadata": {},
Expand Down Expand Up @@ -344,6 +352,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "aa8d655f-215d-4e3c-adcb-e8fd4a2e8ab4",
"metadata": {},
Expand Down Expand Up @@ -413,6 +422,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "7ea7e868-fd2d-4d11-9c87-7aa1f1301083",
"metadata": {},
Expand Down Expand Up @@ -445,6 +455,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "54e01154-f700-479f-9111-147c95595d46",
"metadata": {},
Expand Down Expand Up @@ -536,6 +547,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "75891996-cf53-4c76-ad3c-5fb468ccd7bb",
"metadata": {},
Expand All @@ -545,6 +557,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "88d64dd7-789d-4536-ab8f-84999c73afaf",
"metadata": {},
Expand Down Expand Up @@ -614,6 +627,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "3896e4bf-f7d0-4529-be97-921ef548de2a",
"metadata": {},
Expand Down
Loading

0 comments on commit 10d042a

Please sign in to comment.