Skip to content

Commit 8a9a626

Browse files
authored
Update intr.md
1 parent da1c6a2 commit 8a9a626

1 file changed

Lines changed: 24 additions & 25 deletions

File tree

intr.md

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -60,48 +60,49 @@
6060
- Extensible support Java, C + +, go... And other languages
6161

6262
### support peripherals
63-
- 内置传感器控制包,可方便控制手机上的各种传感器:声音、陀螺仪、位置、摄像头等等
64-
- 通过OTG USB可支持外设扩展,支持控制Aduino,可对其进行python编程
65-
- 通过OTG USB也可支持外设存储设备读取和写入操作
66-
- 可作为智能机器人的操作系统
63+
- The built-in sensor control package can easily control various sensors on the mobile phone: sound, gyroscope, position, camera, etc
64+
- Using OTG USB can support the extension of peripherals and control aduino, which can be programmed in Python
65+
- Using OTG USB can also support peripheral storage device read and write operations
66+
- It can be used as the operating system of intelligent robot
6767

6868
## Architecture
69-
AidLearning FrameWork可以分为Linux模拟器和AI编程平台两部分。
69+
Aidlearning framework can be divided into two parts: Linux simulator and AI programming platform.
70+
71+
Linux simulator consists of terminal and desktop. The former builds a complete Linux simulator based on Android underlying Linux kernel and busybox command package, and you can install any dependency package you need with apt command; the latter builds a graphical operating desktop based on Web, which you can control the whole system with touch on your mobile phone. At the same time, the desktop supports cloud desktop, which you can easily access through a website on the computer.
7072

71-
Linux模拟器由Terminal和Desktop构成。前者基于Android底层Linux kernel和busybox命令包构建了完整Linux的模拟器,你可以用apt命令安装任何你需要的依赖包;后者基于web构建了图形化操作桌面,你可以用在手机上用触摸操控整个系统,同时该桌面支持云桌面,你可以在电脑端通过一个网址轻松访达。
73+
AI programming platform is composed of deep learning framework and python visual programming framework (Python IDE). The former includes almost all the popular deep learning framework, which is responsible for the loading of models and the scheduling of calculation graphs, and includes the memory allocation and op implementation of each calculation. After that, a python visual rapid development platform is built, which can not only run and debug Python code online, but also support touch-pull interface design, and generate the final executable program and output APK file.
7274

73-
AI编程平台由深度学习框架和Python可视化编程框架(Python IDE)构成。前者包含了几乎所有目前流行的深度学习框架,负责模型的加载、计算图的调度;包含各计算的内存分配、Op实现。后则构建了Python可视化快速开发平台,不仅可以在线实时运行、调试Python代码,同时支持触摸拖拽式界面设计、并且可以生成最终的可执行程序、产出apk文件。
7475

7576

7677
## Quick start
77-
- [安装配置](https://www.aidlearning.net/showdoc/web/#/5?page_id=26)
78-
- [开发文档](https://www.aidlearning.net/showdoc/web/#/5?page_id=23)
79-
- [示例代码](https://www.aidlearning.net/showdoc/web/#/5?page_id=40)
78+
- [install](https://www.aidlearning.net/showdoc/web/#/5?page_id=26)
79+
- [develop](https://www.aidlearning.net/showdoc/web/#/5?page_id=23)
80+
- [examples](https://www.aidlearning.net/showdoc/web/#/5?page_id=40)
8081

8182
## Buildin Tools
8283
- [AidCode](https://www.aidlearning.net/showdoc/web/#/5?page_id=28)
83-
- [文件管理器](https://www.aidlearning.net/showdoc/web/#/5?page_id=27)
84-
- [云桌面icloud](https://www.aidlearning.net/showdoc/web/#/5?page_id=29)
85-
- [Blocky积木编程](https://www.aidlearning.net/showdoc/web/#/5?page_id=34)
86-
- [Service-依赖包、系统服务](https://www.aidlearning.net/showdoc/web/#/5?page_id=33)
84+
- [document](https://www.aidlearning.net/showdoc/web/#/5?page_id=27)
85+
- [icloud](https://www.aidlearning.net/showdoc/web/#/5?page_id=29)
86+
- [Blocky](https://www.aidlearning.net/showdoc/web/#/5?page_id=34)
87+
- [Service](https://www.aidlearning.net/showdoc/web/#/5?page_id=33)
8788
- [Apkbuild](https://www.aidlearning.net/showdoc/web/#/5?page_id=31)
8889
- [Jupyter notebook](https://www.aidlearning.net/showdoc/web/#/5?page_id=30)
89-
- [X模式--兼容开发模式](https://www.aidlearning.net/showdoc/web/#/5?page_id=36)
90+
- [X mode](https://www.aidlearning.net/showdoc/web/#/5?page_id=36)
9091
- [VSCode](https://www.aidlearning.net/showdoc/web/#/5?page_id=32)
91-
- [XFce4-Linux原生桌面](https://www.aidlearning.net/showdoc/web/#/5?page_id=35)
92+
- [XFce4](https://www.aidlearning.net/showdoc/web/#/5?page_id=35)
9293

9394
## Expansion
94-
- [贡献代码](https://www.aidlearning.net/showdoc/web/#/5?page_id=39)
95-
- [系统扩展](https://www.aidlearning.net/showdoc/web/#/5?page_id=38)
96-
- [更新日志](https://www.aidlearning.net/showdoc/web/#/5?page_id=24)
95+
- [contribution](https://www.aidlearning.net/showdoc/web/#/5?page_id=39)
96+
- [extends](https://www.aidlearning.net/showdoc/web/#/5?page_id=38)
97+
- [version](https://www.aidlearning.net/showdoc/web/#/5?page_id=24)
9798

9899
## FeedBack
99-
- [更多参考](http://code.aidlearning.net)
100+
- [ref](http://code.aidlearning.net)
100101
<img src="https://i.loli.net/2020/04/11/TtfxFj2rnkB7ZVM.png" height="256"/>
101102

102-
- [推特-twitter](https://twitter.com/aidlearning)
103+
- [twitter](https://twitter.com/aidlearning)
103104

104-
- [更多示例](http://code.aidlearning.net)
105+
- [more](http://code.aidlearning.net)
105106

106107

107108
<img src="https://cdn.nlark.com/yuque/0/2020/png/726405/1588573935881-54e2a362-57f2-4afb-9312-a5ccd2355ecf.png"/>
@@ -112,9 +113,7 @@ AI编程平台由深度学习框架和Python可视化编程框架(Python IDE
112113

113114

114115
## Thanks
115-
AidLearning参与人员:bill,耶鲁大学gondon、中科院大学yoline777、qidiso。
116-
117-
AidLearning参考、借鉴了下列项目(目前是测试阶段,未来我们会逐步开源):
116+
bill,gondon、yoline777、qidiso。
118117

119118
* VTE (libvte): Terminal emulator widget for GTK+, mainly used in gnome-terminal. [Source](https://github.com/GNOME/vte), [Open Issues](https://bugzilla.gnome.org/buglist.cgi?quicksearch=product%3A%22vte%22+), and [All (including closed) issues](https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&chfield=resolution&chfieldfrom=-2000d&chfieldvalue=FIXED&product=vte&resolution=FIXED).
120119
* iTerm 2: OS X terminal application. [Source](https://github.com/gnachman/iTerm2), [Issues](https://gitlab.com/gnachman/iterm2/issues) and [Documentation](http://www.iterm2.com/documentation.html) (which includes [iTerm2 proprietary escape codes](http://www.iterm2.com/documentation-escape-codes.html)).

0 commit comments

Comments
 (0)