Skip to content

Commit 1cc6b2d

Browse files
authored
Update README.md
1 parent d8f9bc8 commit 1cc6b2d

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
- <a href='#Installation'>Installation</a>
88
- <a href='#Support'>Support Powerfully</a>
99
- <a href='#Touch_and_Drag_Programming'>Touch and Drag Style Programming </a>
10-
- <a href='#SSH (pc connected)'> SSH (pc connected)</a>
11-
- <a href='#Aid_code IDE of python'>Aid_code IDE of python</a>
10+
- <a href='#SSH'> SSH (pc connected)</a>
11+
- <a href='#Aid_code'>Aid_code IDE of python</a>
12+
- <a href='#Examples'>Examples inside</a>
1213
- <a href='#references'>References</a>
1314
# Introduce
1415

@@ -104,7 +105,7 @@ class MyApp(App):
104105
<p align=center>
105106
<img src="Wizard.gif" width=400px />
106107
</p>
107-
## SSH (pc connected)
108+
## SSH
108109
* PC can connect to mobile by using **ssh-keygen**. Generate a new key pair with <b>ssh-keygen</b> command in your PC. the command ssh-keygen produce the file of id_rsa and id_rsa.pub in the dir: ~/.ssh/
109110

110111
* Just need you do: open the url:mobilephone'sip:8910/upload(for example:http://192.168.1.6:8910/upload) on the pc to upload ssh's file(id_rsa and id_rsa.pub).
@@ -117,7 +118,7 @@ class MyApp(App):
117118
ssh u0_a311@192.168.1.6 -p8022
118119
```
119120

120-
## Aid_code IDE of python
121+
## Aid_code
121122

122123
* We provide an AI coding develop tool named **Aid_code**. It can provide you a visual AI programming IDE by using Python from zero on our framework! Using the tool, you can run your python2 or python3 codes online. So ,you can coding with Aid_code IDE on your phone anywhere, anytime.
123124

@@ -139,8 +140,8 @@ assume your phone's IP is 192.168.1.8, you can check your phone's IP by commandi
139140

140141
![sdcard](image/sdcardshow.png)
141142

142-
## Examples inside
143-
---
143+
## Examples
144+
---Examples inside
144145
* Facencnn(mobiefacenet ncnn) 15fps in mobile phone (99.78% in LFW)
145146
* Face Landmark (106 keypoints ncnn) 15fps in mobile phone
146147
* handpose (tensorflow ) 5fps in mobile phone

0 commit comments

Comments
 (0)