Skip to content

Commit 3ca33d0

Browse files
committed
update doc
1 parent 193c08f commit 3ca33d0

File tree

3 files changed

+4
-17
lines changed

3 files changed

+4
-17
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ The following will clone and build a sample http project and launch the server o
5454
```
5555
git clone https://github.com/PerfectExamples/Perfect-TensorFlow-Demo-Vision.git
5656
cd Perfect-TensorFlow-Demo-Vision
57-
./install.sh
58-
./.build/debug/PerfectTensorFlowDemo
57+
./install.sh && swift run
5958
```
6059

6160
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
160159
## Further Information
161160
For 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-

README.zh_CN.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@
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
```
5956
git clone https://github.com/PerfectExamples/Perfect-TensorFlow-Demo-Vision.git
6057
cd 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>

install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ echo 'download AI model'
1010
wget https://storage.googleapis.com/download.tensorflow.org/models/inception5h.zip -O /tmp/in.zip
1111
echo 'unzip model files'
1212
unzip /tmp/in.zip -d /tmp
13-
swift build

0 commit comments

Comments
 (0)