Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Python](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)
[![CI](https://github.com/embedded-dev-research/openvino_remote_benchmark/actions/workflows/bench.yml/badge.svg)](https://github.com/embedded-dev-research/openvino_remote_benchmark/actions)
[![CI](https://github.com/embedded-dev-research/OVMobileBench/actions/workflows/bench.yml/badge.svg)](https://github.com/embedded-dev-research/OVMobileBench/actions)

**OVMobileBench** is an end-to-end automation pipeline for benchmarking OpenVINO inference performance on mobile devices. It handles the complete workflow from building OpenVINO runtime, packaging models, deploying to devices, executing benchmarks, and generating comprehensive reports.

## 🚀 Quick Start

```bash
# Install from source
git clone https://github.com/embedded-dev-research/openvino_remote_benchmark.git
cd openvino_remote_benchmark
git clone https://github.com/embedded-dev-research/OVMobileBench.git
cd OVMobileBench
pip install -e .

# Run complete benchmark pipeline
Expand Down Expand Up @@ -89,6 +89,6 @@ We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) f

## 💬 Support

- 📝 [GitHub Issues](https://github.com/embedded-dev-research/openvino_remote_benchmark/issues) - Bug reports and feature requests
- 💡 [Discussions](https://github.com/embedded-dev-research/openvino_remote_benchmark/discussions) - Questions and ideas
- 📝 [GitHub Issues](https://github.com/embedded-dev-research/OVMobileBench/issues) - Bug reports and feature requests
- 💡 [Discussions](https://github.com/embedded-dev-research/OVMobileBench/discussions) - Questions and ideas
- 📧 Contact: nesterov.alexander@outlook.com
2 changes: 1 addition & 1 deletion docs/api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -769,4 +769,4 @@ except BenchmarkError as e:

- [Troubleshooting](troubleshooting.md) - Common issues
- [Architecture](architecture.md) - System design
- [Examples](https://github.com/embedded-dev-research/openvino_remote_benchmark/tree/main/examples) - Code examples
- [Examples](https://github.com/embedded-dev-research/OVMobileBench/tree/main/examples) - Code examples
10 changes: 5 additions & 5 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ Before you begin, ensure you have:
### Method 1: Install from Source (Recommended)

```bash
git clone https://github.com/embedded-dev-research/openvino_remote_benchmark.git
cd openvino_remote_benchmark
git clone https://github.com/embedded-dev-research/OVMobileBench.git
cd OVMobileBench
pip install -e .[dev]
```

### Method 2: Using Poetry

```bash
git clone https://github.com/embedded-dev-research/openvino_remote_benchmark.git
cd openvino_remote_benchmark
git clone https://github.com/embedded-dev-research/OVMobileBench.git
cd OVMobileBench
poetry install
poetry shell
```
Expand Down Expand Up @@ -208,7 +208,7 @@ run:
## Getting Help

- Check the [Troubleshooting Guide](troubleshooting.md)
- File issues on [GitHub](https://github.com/embedded-dev-research/openvino_remote_benchmark/issues)
- File issues on [GitHub](https://github.com/embedded-dev-research/OVMobileBench/issues)
- See [FAQ](user-guide.md#faq) for common questions

## Tips for Success
Expand Down
4 changes: 2 additions & 2 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,8 +558,8 @@ pipeline = Pipeline("config.yaml")

If you're still experiencing issues:

1. **Check existing issues**: [GitHub Issues](https://github.com/embedded-dev-research/openvino_remote_benchmark/issues)
2. **Search discussions**: [GitHub Discussions](https://github.com/embedded-dev-research/openvino_remote_benchmark/discussions)
1. **Check existing issues**: [GitHub Issues](https://github.com/embedded-dev-research/OVMobileBench/issues)
2. **Search discussions**: [GitHub Discussions](https://github.com/embedded-dev-research/OVMobileBench/discussions)
3. **File a bug report** with:
- OVMobileBench version: `ovmobilebench --version`
- Python version: `python --version`
Expand Down
10 changes: 5 additions & 5 deletions docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ The run matrix defines parameter combinations to test:

#### From Source
```bash
git clone https://github.com/embedded-dev-research/openvino_remote_benchmark.git
cd openvino_remote_benchmark
git clone https://github.com/embedded-dev-research/OVMobileBench.git
cd OVMobileBench
pip install -e .[dev]
```

Expand Down Expand Up @@ -504,7 +504,7 @@ df.to_excel('results.xlsx', index=False)

## Getting Help

- [GitHub Issues](https://github.com/embedded-dev-research/openvino_remote_benchmark/issues) - Bug reports and feature requests
- [Documentation](https://github.com/embedded-dev-research/openvino_remote_benchmark/tree/main/docs) - This guide and API reference
- [Discussions](https://github.com/embedded-dev-research/openvino_remote_benchmark/discussions) - Project discussions
- [GitHub Issues](https://github.com/embedded-dev-research/OVMobileBench/issues) - Bug reports and feature requests
- [Documentation](https://github.com/embedded-dev-research/OVMobileBench/tree/main/docs) - This guide and API reference
- [Discussions](https://github.com/embedded-dev-research/OVMobileBench/discussions) - Project discussions
- Email: nesterov.alexander@outlook.com