- This SDK include pack tool to pack local AI inference program into UCloud web service image which could run on UCloud UAI Inference Platform.
- This SDK include whole APIs which could interactive with UCloud UAI Inference Platform.
- This SDK include pack tool to help pack local AI trainning program into UCloud Docker image which could run on UCloud UAI Train Platform.
- This SDK include whole APIs which could interactive with UCloud UAI Train Platforms
- Tensorflow (1.6.0 tested)
- Tensorflow (1.7.0 tested)
- Caffe (1.0.0 tested)
- Tensorflow (1.1.0 tested)
- Tensorflow (1.2.0 tested)
- Tensorflow (1.3.0 tested)
- Tensorflow (1.4.0 tested)
- Tensorflow (1.6.0 tested)
- Tensorflow (1.7.0 tested)
- MXNet (0.9.5 tested)
- MXNet (1.0.0 tested)
- Keras (1.2.0 tested)
- Keras (2.0.8 tested)
- Caffe (1.0.0 tested)
- Intel-Caffe
- XGBoost (0.7 tested, python interface only)
- Tensorflow (0.11.0 tested)
- Tensorflow(1.1.0 tested)
- Tensorflow(1.2.0 tested)
- Tensorflow(1.3.0 tested)
- Tensorflow(1.4.0 tested)
- Tensorflow(1.5.0 tested)
- Tensorflow(1.6.0 tested)
- Tensorflow(1.7.0 tested)
- MXNet(0.9.5 tested)
- MXNet(1.0.0 tested)
- Keras(1.2.0 tested)
- Caffe(1.0.0 tested)
- Caffe2(Detectron)
- PyTorch(0.2.0)
- Tensorflow Distributed Training (examples include slim/cifar/wide-deep)
- MXNet Distributed Training
-
Install your deep learning python package, such as Tensorflow, MXNet, Keras, Caffe (tested version preferred)
-
Install UCloud Ufile SDK (https://docs.ucloud.cn/storage_cdn/ufile/tools)
$ wget http://sdk.ufile.ucloud.com.cn/python_sdk.tar.gz $ tar zxvf python_sdk.tar.gz $ cd ufile-python $ sudo python setup.py install
-
Install uai-sdk
$ sudo python setup.py install
-
Install Flask
$ sudo pip install Flask
-
Install all other lib your inference code required