ReadMe.md 683 字节
Newer Older
X
xiebaiyuan 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
## PADDLE MOBILE DEMOS

### DEMO工程GITHUB仓库

我们提供了新的[DEMO工程](https://github.com/xiebaiyuan/paddle-mobile-demo),用于演示各平台的使用

#### ANDROID CPU DEMO 使用说明
android cpu demo 演示了Paddle Mobile 在Android平台上粗分类的应用.

##### 编译步骤
1. clone 仓库
2. 打开Android Studio
3. "open an existing Android Studio Project"
4. run and enjoy it

---

#### 原DEMO下载路径
- [ANDROID DEMO](http://mms-graph.bj.bcebos.com/paddle-mobile%2FPaddleMobile_Android.zip)

- [IOS DEMO](http://mms-graph.bj.bcebos.com/paddle-mobile%2FPaddleMobileDemo_iOS.zip)

- 原demo亦可使用getDemo.sh进行下载

W
wangliu 已提交
25 26 27
```
sh getDemo.sh
```