README.md 951 字节
Newer Older
朔-望's avatar
朔-望 已提交
1 2
# Paddle-Mobile 

朔-望's avatar
朔-望 已提交
3 4 5
 
[![Build Status](https://travis-ci.org/PaddlePaddle/paddle-mobile.svg?branch=develop&longCache=true&style=flat-square)](https://travis-ci.org/PaddlePaddle/paddle-mobile)
[![License](https://img.shields.io/badge/license-Apache%202-brightgreen.svg)](LICENSE)
朔-望's avatar
朔-望 已提交
6

朔-望's avatar
朔-望 已提交
7

朔-望's avatar
朔-望 已提交
8
This project is used to develop the next version deep learning freamwork for mobile device.
朔-望's avatar
朔-望 已提交
9

朔-望's avatar
朔-望 已提交
10 11 12
# Development

[Used model in development](https://mms-mis.cdn.bcebos.com/paddle-mobile/models.zip)
朔-望's avatar
朔-望 已提交
13

朔-望's avatar
朔-望 已提交
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
## cross-compilation to android

* NDK is required
* ANDROID_NDK environment variable is required

```bash 
sh build.sh android
```

## build for x86
paddle-mobile is to run on arm platform. x86 only used to test not arm assembly code. So do not recommend compiling x86.

Now only support osx.

```
sh build.sh mac
```

朔-望's avatar
朔-望 已提交
32
## Old Version of Mobile-Deep-Learning
朔-望's avatar
朔-望 已提交
33 34 35
The old version of MDL was I moved to here [Mobile-Deep-Learning](https://github.com/allonli/mobile-deep-learning) 


朔-望's avatar
朔-望 已提交
36