Skip to content
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

[DOCS] Readme changes #20818

Merged
merged 60 commits into from
Apr 25, 2024
Merged

[DOCS] Readme changes #20818

merged 60 commits into from
Apr 25, 2024

Conversation

tsavina
Copy link
Contributor

@tsavina tsavina commented Nov 1, 2023

Details:

  • item1
  • ...

Tickets:

  • ticket-id

@tsavina tsavina added the category: docs OpenVINO documentation label Nov 1, 2023
@tsavina tsavina requested a review from a team as a code owner November 1, 2023 12:03
@tsavina tsavina requested review from bstankix and removed request for a team November 1, 2023 12:03
@tsavina tsavina mentioned this pull request Nov 16, 2023
@tsavina tsavina requested a review from moslex November 20, 2023 10:50
Copy link
Contributor

This PR will be closed in a week because of 2 weeks of no activity.

@github-actions github-actions bot added the Stale label Dec 10, 2023
@tsavina tsavina removed the Stale label Dec 12, 2023
Copy link
Contributor

This PR will be closed in a week because of 2 weeks of no activity.

@github-actions github-actions bot added the Stale label Dec 27, 2023
Copy link
Contributor

github-actions bot commented Jan 3, 2024

This PR was closed because it has been stalled for 2 week with no activity.

@github-actions github-actions bot closed this Jan 3, 2024
@moslex moslex requested review from rkazants and mlukasze and removed request for bstankix February 9, 2024 08:40
@tsavina tsavina reopened this Feb 9, 2024
@tsavina tsavina added the WIP work in progress label Feb 9, 2024
README.md Outdated
## License
OpenVINO™ Toolkit is licensed under [Apache License Version 2.0](LICENSE).
By contributing to the project, you agree to the license and copyright terms therein and release your contribution under these terms.
- **Inference Optimization**: Boost deep learning performance in computer vision, automatic speech recognition, natural language processing, and many other common tasks.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also have a separate bullet to mention different APIs: Python, C/C++, and JS?
@mlukasze, @ilya-lavrenov

@rkazants rkazants requested a review from moslex April 14, 2024 08:35
@rkazants
Copy link
Member

@tsavina, let us merge this one and address last comments in other PR if needed

@rkazants
Copy link
Member

@tsavina, any update on this PR? Let us merge and continue improvement in separate PRs

@tsavina
Copy link
Contributor Author

tsavina commented Apr 23, 2024

@tsavina, any update on this PR? Let us merge and continue improvement in separate PRs

@moslex promised to take a look, conflicts resolved, feel free to merge if no further reviews required

@rkazants
Copy link
Member

@moslex, @ilya-lavrenov, please take a look.

Best regards,
Roman

README.md Outdated
## Tutorials
# infer the model on random data
data = np.random.rand(1, 224, 224, 3)
output = compiled_model.infer_new_request({0: data})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we use callable instead of infer_new_request ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will address it in separate PR

README.md Outdated

## System requirements
# infer the model on random data
output = compiled_model.infer_new_request({0: example.numpy()})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

callable

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will address it in separate PR


## Technical guide

This section lists all the necessary steps required to set up your environment, build OpenVINO locally, and run tests for specific components. It's a perfect place to start when you have just picked a Good First Issue and are wondering how to start working on it.

Keep in mind that we are here to help - **do not hesitate to ask the development team if something is not clear**. Such questions allow us to keep improving our documentation.

### 1. Prerequisites
### 1. Prerequisites
Copy link
Contributor

@moslex moslex Apr 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -52,7 +52,7 @@ flowchart LR
onnx_fe--->openvino
paddle_fe--->openvino
tflite_fe--->openvino

Copy link
Contributor

@moslex moslex Apr 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NPU is missed, line 57

Copy link
Contributor

@moslex moslex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok to commit. Please, address my comments in the next round of changes.

@rkazants rkazants enabled auto-merge April 25, 2024 13:41
@rkazants rkazants added this pull request to the merge queue Apr 25, 2024
Merged via the queue into openvinotoolkit:master with commit 1320977 Apr 25, 2024
79 checks passed
alvoron pushed a commit to alvoron/openvino that referenced this pull request Apr 29, 2024
### Details:
 - *item1*
 - *...*

### Tickets:
 - *ticket-id*

---------

Co-authored-by: Roman Kazantsev <[email protected]>
@tsavina tsavina deleted the readme_changes branch July 8, 2024 13:34
@popovaan
Copy link
Contributor

popovaan commented Aug 9, 2024

Why OpenVino Telemetry information is removed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: docs OpenVINO documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants