It is the SDK for Xiaomi Cloud-ML service, which allows developers to access the machine learning services easily.
For more information, please read the documents in http://docs.api.xiaomi.com/cloud-ml/ .
- cloud_ml_common is the common package about signature.
- cloud_ml_sdk is the Python SDK and command-line client for Xiaomi Cloud-ML.
- cloud_ml_samples are the sample projects for Xiaomi Cloud-ML.
The Python packages have been uploaded to pypi and you can install with pip
.
pip install cloud-ml-sdk
- Fork the repo on GitHub.
- Clone the project to your own machine.
- Commit changes to your own branch.
- Push your work back up to your fork.
- Submit a Pull request so that we can review your changes.