Skip to content

AVIS public code (clients), documentation, quickstart and examples

License

Notifications You must be signed in to change notification settings

viun-tech/public

Repository files navigation

public

AVIS public code (clients), documentation, quickstart and examples

License

Unless otherwise noted, all the code is this repository is distributed under the Apache License, Version 2.0 found in the LICENSE file.

Contributing

Install the pre-commit hooks

Before starting to work on the repo please install pre-commit:

python3.10 -m pip install pre-commit

And install the hooks:

pre-commit install