You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: intr.md
+24-25Lines changed: 24 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,48 +60,49 @@
60
60
- Extensible support Java, C + +, go... And other languages
61
61
62
62
### 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
67
67
68
68
## 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.
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.
* 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).
120
119
* 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