-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Python Model API package: add main documentation #3268
Python Model API package: add main documentation #3268
Conversation
|
||
For OpenVINO Model Server Adapter employment, you need to install the requirements: | ||
```sh | ||
pip install <omz_dir>/demos/common/python/requirements_ovms.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can it be done with extra modules in model api install?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-r missed in command
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can it be done with extra modules in model api install?
I'll investigate it
To study the complex scenarios, refer to [Open Model Zoo Python* demos](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos), where the asynchronous inference is applied. | ||
|
||
The list of Open Model Zoo demos with Model API support: | ||
- BERT Named Entity Recognition Python* Demo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably it make sense to provide link on demo readme
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added links to the demos
@anzhella-pankratova doc check failed 12:51:56 running documentation checks... |
a46ce74
to
b5739fd
Compare
Jenkins please retry a build |
model_api/README.md
is providing a general overview of the package and its structure and the description of each componentdemos/README.md
is updated