openvinotoolkit/openvino

[Good First Issue]: Improve implementation of Node.js API Core.import_model()

Open

#33,601 opened on Jan 14, 2026

View on GitHub
 (5 comments) (0 reactions) (1 assignee)C++ (3,229 forks)auto 404
category: JS APIgood first issueno_stale

Repository metrics

Stars
 (10,286 stars)
PR merge metrics
 (Avg merge 14d 3h) (305 merged PRs in 30d)

Description

Context

We are looking for new contributors who can help with enabling C++ API methods in JavaScript side.

First of all read Node.js API Contribution Guide.

What needs to be done?

To avoid extra copies of data, here ov::SharedStreamBuffer should be used. PR with similar change for Python API: https://github.com/openvinotoolkit/openvino/pull/32445/files

Check out existing helper methods and an example how to validate values from javascript.

Example Pull Requests

Resources

Contact points

@almilosz @Retribution98

Please, mention us in this issue discussion if you have any questions.

AI notice - Important!

We encourage contributors to use AI tools responsibly when creating Pull Requests. While AI can be a valuable aid, it is essential to ensure that your contributions meet the task requirements, build successfully, include relevant tests, and pass all linters. Submissions that do not meet these standards may be closed without warning to maintain the quality and integrity of the project. Please take the time to understand the changes you are proposing and their impact.

Ticket

No response

Contributor guide