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
Follow the instructions from ipynb to install mono on Google Colab, compile System.AI from source code and run AI projects directly on the server.
38
+
39
+
## On Linux
40
+
41
+
### Using Mono
42
+
43
+
1) Follow instructions from the official Mono installation guide to install Mono runtime and C# compiler: https://www.mono-project.com/download/stable/#download-lin
44
+
2) Clone this repository via git (You also may download zip archive manually and unzip, but then You should rename 'System.AI-master' folder to 'System.AI').
45
+
3) Open terminal and go to %SYSTEM_AI_FOLDER_PATH% using cd command.
46
+
4) Run Compile.Mono.sh using bash `bash Compile.Mono.sh`.
47
+
5) Use System.AI.dll and System.AI.xml in Your projects!
48
+
49
+
*You may use some ideas from Google Colab guide to getting started with System.AI on desktop Linux.*
0 commit comments