Example Python SDK for interacting with Radiant Earth's ML Hub API.
This project uses poetry
for managing virtual environments and packaging.
pip install https://github.com/duckontheweb/ml-hub-demo/releases/download/0.0.1/ml-hub-demo-0.0.1.tar.gz
- Clone the repo:
$ git clone [email protected]:duckontheweb/ml-hub-demo.git $ cd ml-hub-demo
- Install using
poetry
:$ poetry install
You can find the documentation on GitHub Pages here.
Run unit tests:
$ poetry run pytest
Run against all supported Python versions (>=3.6,<3.9):
$ poetry run tox -p