-
Notifications
You must be signed in to change notification settings - Fork 189
Add example prompts for DLS Coding Agent #761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 7 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
0a0c1d7
Add example prompt; update SKILL.md to remove redundant instructions
tjanczak 20a7311
Add simple_nvr example prompt.
tjanczak dfbd21b
Remove unnecessary cross-references.
tjanczak 294dcae
Report overall skill execution time with break down per activity type.
tjanczak 8459881
Merge branch 'main' into dls_coding_agent_examples
tjanczak f910ea5
Code review fixes.
tjanczak 4b7add8
Merge branch 'dls_coding_agent_examples' of https://github.com/open-e…
tjanczak 2806159
More fixes from code review.
tjanczak c6b0018
Add multi-stream-compose.md sample.
tjanczak 0fbbe64
Merge branch 'main' into dls_coding_agent_examples
tjanczak File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
.github/skills/dlstreamer-coding-agent/examples/event-based-smart-nvr.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| Develop a vision AI application that implements an event-based smart video recording pipeline: | ||
| - Read input video from an RTSP camera, but allow also video file input | ||
| (use https://www.pexels.com/video/a-man-wearing-a-face-mask-walks-into-a-building-9492063/ for testing) | ||
| - Run an AI model to detect people in camera view | ||
| - Trigger recording of a video stream to a local file when a person is detected and stop recording when person is out of view | ||
| - Output a sequence of files: save-1, save-2, save-3, ... for each sequence when a person is visible | ||
|
|
||
| Optimize the application for Intel Core Ultra 3 processors. Save source code in smart_nvr directory, generate README.md with setup instructions. Validate the application works as expected and generate performance numbers (fps). |
7 changes: 7 additions & 0 deletions
7
.github/skills/dlstreamer-coding-agent/examples/license-plate-recognition.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| Use DLStreamer Coding Agent to develop a Python application that implements license plate recognition pipeline: | ||
| - Read input video from a file (https://github.com/open-edge-platform/edge-ai-resources/raw/main/videos/ParkingVideo.mp4) but also allow remote IP cameras | ||
| - Run YOLOv11 (https://huggingface.co/morsetechlab/yolov11-license-plate-detection) for object detection and PaddleOCR (https://huggingface.co/PaddlePaddle/PP-OCRv5_server_rec) model for character recognition | ||
| - Output license plate text for each detected object as JSON file | ||
| - Annotate video stream and store it as an output video file | ||
|
|
||
| Generate vision AI processing pipeline optimized for Intel Core Ultra 3 processors. Save source code in license_plate_recognition directory, generate README.md with setup instructions. Follow instructions in README.md to run the application and check if it generates the expected output. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.