File tree Expand file tree Collapse file tree 3 files changed +4
-17
lines changed Expand file tree Collapse file tree 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
5454```
5555git clone https://github.com/PerfectExamples/Perfect-TensorFlow-Demo-Vision.git
5656cd Perfect-TensorFlow-Demo-Vision
57- ./install.sh
58- ./.build/debug/PerfectTensorFlowDemo
57+ ./install.sh && swift run
5958```
6059
6160You should see the following output:
@@ -160,7 +159,3 @@ A comprehensive list of open issues can be found at [http://jira.perfect.org:808
160159## Further Information
161160For more information on the Perfect project, please visit [ perfect.org] ( http://perfect.org ) .
162161
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 2323
2424<p align =" center " >
2525 <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">
3027 </a>
3128 <a href="https://developer.apple.com/swift/" target="_blank">
3229 <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 人工智能与神经网络演示程序——机器视觉
4946
5047## Swift 兼容性说明
5148
52- 本项目目前使用 ** Swift 3.1 ** 或者 ** Swift 4.0 ** 工具链编译,可以在macOS / Ubuntu上使用 。
49+ 本项目目前使用 ** Swift 5.2 ** 工具链编译,可以在macOS上使用 。
5350
5451## 编译运行
5552
@@ -58,8 +55,7 @@ Perfect TensorFlow 人工智能与神经网络演示程序——机器视觉
5855```
5956git clone https://github.com/PerfectExamples/Perfect-TensorFlow-Demo-Vision.git
6057cd Perfect-TensorFlow-Demo-Vision
61- ./install.sh
62- ./.build/debug/PerfectTensorFlowDemo
58+ ./install.sh && swift run
6359```
6460
6561应该能够看到以下输出:
@@ -166,6 +162,3 @@ let tag = tags[result.0]
166162
167163## 更多内容
168164关于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'
1010wget https://storage.googleapis.com/download.tensorflow.org/models/inception5h.zip -O /tmp/in.zip
1111echo ' unzip model files'
1212unzip /tmp/in.zip -d /tmp
13- swift build
You can’t perform that action at this time.
0 commit comments