examples(foundational): re-add 12-* but load image from file

This commit is contained in:
Aleix Conchillo Flaqué
2025-10-29 15:14:47 -07:00
parent e458d3edfe
commit 3b3a215155
6 changed files with 576 additions and 4 deletions

View File

@@ -231,10 +231,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Other
- Updated all vision 12-series foundational examples to use function calling to
request for a camera image and also to push `LLMMessagesAppendFrame` with the
retrieved image. For the specific `Moondream` example (`12-describe-video.py`)
we now use a regular LLM and a parallel pipeline with the `MoondreamService`.
- Updated all vision 12-series foundational examples to load images from a file
and push `LLMMessagesAppendFrame` with the loaded image.
- Added 14-series video examples for different services. These new examples
request an image from the user camera through a function call.
## [0.0.91] - 2025-10-21