# cloud-ml-sdk **Repository Path**: mirrors_XiaoMi/cloud-ml-sdk ## Basic Information - **Project Name**: cloud-ml-sdk - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Xiaomi Cloud-ML Python SDK ![logo.jpg](./cloudML-normal.png) ## Introduction 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 . ## Components * [cloud_ml_common](./cloud_ml_common) is the common package about signature. * [cloud_ml_sdk](./cloud_ml_sdk) is the Python SDK and command-line client for Xiaomi Cloud-ML. * [cloud_ml_samples](./cloud_ml_samples) are the sample projects for Xiaomi Cloud-ML. ## Installation The Python packages have been uploaded to [pypi](https://pypi.python.org/pypi/cloud-ml-sdk) and you can install with `pip`. ``` pip install cloud-ml-sdk ``` ## Contribution 1. Fork the repo on GitHub. 2. Clone the project to your own machine. 3. Commit changes to your own branch. 4. Push your work back up to your fork. 5. Submit a Pull request so that we can review your changes.