We appreciate any contribution to the OpenVINO Test Drive, whether it's in the form of a Pull Request, Feature Request or general comment/issue that you found. For feature requests and issues, please feel free to create a GitHub Issue in this repository.
To set up your development environment, please follow the steps below:
- Fork the repo.
- Setup environment using instructions in readme
- Create your branch based off the
main
branch. - Setup bindings and put them in
./bindings
- By downloading the latest bindings from the release
- By building it yourself. Follow the instructions in bindings readme
- Run
flutter run
You should now be ready to make changes and create a Pull Request!
OpenVINO Test Drive shows more information on the model than the huggingface API exposes. In order to show this information we use a model manifest.
You can update this information by running: dart scripts/create_manifest > assets/manifest.json
.
Not all information can be automatically found. So a couple of manual steps might be required.