Skip to content
Open
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
5 changes: 5 additions & 0 deletions AI-Documentation/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.venv/
.uv-cache/
__pycache__/
.ipynb_checkpoints/
uv.lock
5 changes: 5 additions & 0 deletions AI-Travel-Agent/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.venv/
.uv-cache/
__pycache__/
.ipynb_checkpoints/
uv.lock
5 changes: 5 additions & 0 deletions AI-Upscaling-With-NPU/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ upscaled_video.mp4
environment.yml
.pixi
*.egg-info
uv.lock
.venv/
.uv-cache/
.ipynb_checkpoints/

2 changes: 1 addition & 1 deletion AI-Upscaling-With-NPU/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies = [
"ipywidgets>=8.1.5",
"jupyter>=1.1.1",
"safetensors>=0.5.2",
"openvino>=2025.0.0",
"openvino>=2026.3.1",
"opencv-python>=4.11.0.86",
"nncf>=2.15.0",
"torchinfo>=1.8.0",
Expand Down
2,574 changes: 0 additions & 2,574 deletions AI-Upscaling-With-NPU/uv.lock

This file was deleted.

4 changes: 4 additions & 0 deletions Automated-Prompt-Engineering/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
__pycache__
.ruff_cache
.ipynb_checkpoints/
uv.lock
.venv/
.uv-cache/

3 changes: 3 additions & 0 deletions LLM/PyTorch/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ wheels/
# Virtual environments
.venv
.ipynb_checkpoints
uv.lock
.uv-cache/


5 changes: 5 additions & 0 deletions LLM/rag/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.venv/
.uv-cache/
__pycache__/
.ipynb_checkpoints/
uv.lock
2 changes: 2 additions & 0 deletions Text-Summarizer-Browser-Plugin/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ celerybeat.pid
# Environments
.env
.venv
.uv-cache/
uv.lock
env/
venv/
ENV/
Expand Down
5 changes: 5 additions & 0 deletions Video-Description-Generation-Query-Retrieval/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.venv/
.uv-cache/
__pycache__/
.ipynb_checkpoints/
uv.lock
2,784 changes: 0 additions & 2,784 deletions Video-Description-Generation-Query-Retrieval/uv.lock

This file was deleted.

2 changes: 1 addition & 1 deletion openvino_notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The original examples and inference workflows are preserved. The work focused on
## What was modernized

- Reproducible environments and lockfiles using `uv`
- OpenVINO `2026.2.*` with stable Python and PyTorch packages
- OpenVINO `2026.3.*` with stable Python and PyTorch packages
- Cleaner dependencies, setup steps, explanations, and notebook cells
- Dependency auditing and headless CI validation
- No unnecessary changes to the original inference logic
Expand Down
2 changes: 2 additions & 0 deletions openvino_notebooks/async-api/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
__pycache__/
.ipynb_checkpoints/
model/
uv.lock

2 changes: 1 addition & 1 deletion openvino_notebooks/async-api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.12"

dependencies = [
"openvino>=2026.2.0",
"openvino>=2026.3.1",
"opencv-python>=4.9.0",
"pillow>=12.3.0",
"tqdm>=4.66",
Expand Down
2,164 changes: 0 additions & 2,164 deletions openvino_notebooks/async-api/uv.lock

This file was deleted.

2 changes: 2 additions & 0 deletions openvino_notebooks/auto-device/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
__pycache__/
.ipynb_checkpoints/
model/
uv.lock

2 changes: 1 addition & 1 deletion openvino_notebooks/auto-device/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ For systems without accelerator devices, CPU fallback output is expected and val

| OS | Python | OpenVINO | Device(s) | Status |
|----|--------|----------|-----------|--------|
| Windows 11 | 3.12 | 2026.2 | CPU, GPU | Pass |
| Windows 11 | 3.12 | 2026.3.1 | CPU, GPU | Pass |

# Troubleshooting

Expand Down
2 changes: 1 addition & 1 deletion openvino_notebooks/auto-device/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.12"

dependencies = [
"openvino>=2026.2",
"openvino>=2026.3.1",
"matplotlib>=3.4",
"pillow>=12.3.0",
"requests",
Expand Down
2,413 changes: 0 additions & 2,413 deletions openvino_notebooks/auto-device/uv.lock

This file was deleted.

2 changes: 2 additions & 0 deletions openvino_notebooks/deepseek-ocr/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ images/
result.mmd
result_with_boxes.jpg
geo.jpg
uv.lock

2,795 changes: 0 additions & 2,795 deletions openvino_notebooks/deepseek-ocr/uv.lock

This file was deleted.

2 changes: 2 additions & 0 deletions openvino_notebooks/gpu-device/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ output/
dist/
build/
*.egg-info/
uv.lock

2 changes: 1 addition & 1 deletion openvino_notebooks/gpu-device/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Exact devices, timings, and throughput values vary by hardware, driver, and Open

| OS | Python | OpenVINO | Device(s) | Status |
|----|--------|----------|-----------|--------|
| Windows 11 | 3.12 | 2026.2 | CPU, GPU | Pass |
| Windows 11 | 3.12 | 2026.3.1 | CPU, GPU | Pass |

# Troubleshooting

Expand Down
2 changes: 1 addition & 1 deletion openvino_notebooks/gpu-device/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.12"

dependencies = [
"openvino>=2026.2.0",
"openvino>=2026.3.1",
"opencv-python>=4.9.0",
"tqdm>=4.66",
"huggingface_hub>=0.23",
Expand Down
1,827 changes: 0 additions & 1,827 deletions openvino_notebooks/gpu-device/uv.lock

This file was deleted.

2 changes: 2 additions & 0 deletions openvino_notebooks/hello-npu/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ model/
cache/
dist/
*.egg-info/
uv.lock

2 changes: 1 addition & 1 deletion openvino_notebooks/hello-npu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ When the notebook runs successfully, you should see:

| OS | Python | OpenVINO | Device(s) | Status |
|----|--------|----------|-----------|--------|
| Windows 11 | 3.12 | 2026.2 | CPU, NPU | Pass |
| Windows 11 | 3.12 | 2026.3.1 | CPU, NPU | Pass |

# Troubleshooting

Expand Down
2 changes: 1 addition & 1 deletion openvino_notebooks/hello-npu/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires-python = ">=3.12"

# All runtime dependencies needed to run THIS notebook
dependencies = [
"openvino>=2026.2",
"openvino>=2026.3.1",
"huggingface_hub",
"requests",
"jupyterlab>=4.6.2",
Expand Down
1,876 changes: 0 additions & 1,876 deletions openvino_notebooks/hello-npu/uv.lock

This file was deleted.

2 changes: 2 additions & 0 deletions openvino_notebooks/openvino-tokenizers/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ __pycache__/
tokenizer/
TinyLlama-1.1B-intermediate-step-1431k-3T/
bert-tiny-finetuned-sms-spam-detection/
uv.lock

6 changes: 3 additions & 3 deletions openvino_notebooks/openvino-tokenizers/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ readme = "README.md"
requires-python = ">=3.12"

dependencies = [
"openvino==2026.2.1",
"openvino-tokenizers[transformers]==2026.2.1.0",
"openvino-genai==2026.2.1.0",
"openvino==2026.3.1",
"openvino-tokenizers[transformers]==2026.3.1.0",
"openvino-genai==2026.3.1.0",
"torch==2.13.0",
"transformers>=5.10.0",
"huggingface_hub>=1.5.0",
Expand Down
2,565 changes: 0 additions & 2,565 deletions openvino_notebooks/openvino-tokenizers/uv.lock

This file was deleted.

Loading