File tree 3 files changed +4
-17
lines changed
3 files changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,7 @@ The following will clone and build a sample http project and launch the server o
54
54
```
55
55
git clone https://github.com/PerfectExamples/Perfect-TensorFlow-Demo-Vision.git
56
56
cd Perfect-TensorFlow-Demo-Vision
57
- ./install.sh
58
- ./.build/debug/PerfectTensorFlowDemo
57
+ ./install.sh && swift run
59
58
```
60
59
61
60
You should see the following output:
@@ -160,7 +159,3 @@ A comprehensive list of open issues can be found at [http://jira.perfect.org:808
160
159
## Further Information
161
160
For more information on the Perfect project, please visit [ perfect.org] ( http://perfect.org ) .
162
161
163
-
164
- ## Now WeChat Subscription is Available (Chinese)
165
- <p align =center ><img src =" https://raw.githubusercontent.com/PerfectExamples/Perfect-Cloudinary-ImageUploader-Demo/master/qr.png " ></p >
166
-
Original file line number Diff line number Diff line change 23
23
24
24
<p align =" center " >
25
25
<a href="https://developer.apple.com/swift/" target="_blank">
26
- <img src="https://img.shields.io/badge/Swift-3.1-orange.svg?style=flat" alt="Swift 3.1">
27
- </a>
28
- <a href="https://developer.apple.com/swift/" target="_blank">
29
- <img src="https://img.shields.io/badge/Swift-4.0-orange.svg?style=flat" alt="Swift 4.0">
26
+ <img src="https://img.shields.io/badge/Swift-5.2-orange.svg?style=flat" alt="Swift 5.2">
30
27
</a>
31
28
<a href="https://developer.apple.com/swift/" target="_blank">
32
29
<img src="https://img.shields.io/badge/Platforms-OS%20X%20%7C%20Linux%20-lightgray.svg?style=flat" alt="Platforms OS X | Linux">
@@ -49,7 +46,7 @@ Perfect TensorFlow 人工智能与神经网络演示程序——机器视觉
49
46
50
47
## Swift 兼容性说明
51
48
52
- 本项目目前使用 ** Swift 3.1 ** 或者 ** Swift 4.0 ** 工具链编译,可以在macOS / Ubuntu上使用 。
49
+ 本项目目前使用 ** Swift 5.2 ** 工具链编译,可以在macOS上使用 。
53
50
54
51
## 编译运行
55
52
@@ -58,8 +55,7 @@ Perfect TensorFlow 人工智能与神经网络演示程序——机器视觉
58
55
```
59
56
git clone https://github.com/PerfectExamples/Perfect-TensorFlow-Demo-Vision.git
60
57
cd Perfect-TensorFlow-Demo-Vision
61
- ./install.sh
62
- ./.build/debug/PerfectTensorFlowDemo
58
+ ./install.sh && swift run
63
59
```
64
60
65
61
应该能够看到以下输出:
@@ -166,6 +162,3 @@ let tag = tags[result.0]
166
162
167
163
## 更多内容
168
164
关于Perfect更多内容,请参考[ perfect.org] ( http://perfect.org ) 官网。
169
-
170
- ## 扫一扫 Perfect 官网微信号
171
- <p align =center ><img src =" https://raw.githubusercontent.com/PerfectExamples/Perfect-Cloudinary-ImageUploader-Demo/master/qr.png " ></p >
Original file line number Diff line number Diff line change @@ -10,4 +10,3 @@ echo 'download AI model'
10
10
wget https://storage.googleapis.com/download.tensorflow.org/models/inception5h.zip -O /tmp/in.zip
11
11
echo ' unzip model files'
12
12
unzip /tmp/in.zip -d /tmp
13
- swift build
You can’t perform that action at this time.
0 commit comments