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
This is a HTML-based application (SEPIA client) to communicate with SEPIA via browser, iOS and Android.
@@ -12,6 +12,7 @@ Features of the app are:
12
12
* Text-to-Speech voice output
13
13
* WebSocket based chat with SEPIA and other users that are registered on your private or public server ([see Chat-Server](https://github.com/SEPIA-Framework/sepia-websocket-server-java))
14
14
* Customizable start-screen with user-recommendations (created by the SEPIA server)
15
+
* AlwaysOn mode with animated avatar (works best with OLED screens! ^_^)
15
16
* In-chat card results (e.g. for to-do lists), audio player (e.g. for web-radio) and in-app browser for iOS and Android
16
17
* User-account management
17
18
* Teach-interface to add your own commands/chats/actions to SEPIA ([see Teach-Server](https://github.com/SEPIA-Framework/sepia-teach-server))
@@ -26,10 +27,12 @@ Features of the app are:
26
27
### Quick-start
27
28
28
29
The latest release version is always online at: https://sepia-framework.github.io/app/index.html
29
-
If you don't operate a SEPIA server you can still look around a bit in "demo-mode" when skipping the log-in though most of the features will not be active in this mode.
30
-
Android and iOS apps are in beta-test phase and will be release "when they are done" :-p
30
+
The Android app can be installed via the Google Play Store (currently only German): [German Play Store link](https://play.google.com/store/apps/details?id=de.bytemind.sepia.app.web)
31
31
32
-
For experts only: Use the install-scripts in the repository to build your own version of the app.
32
+
Note: If you don't operate your own SEPIA server you can still open the app in "demo-mode" (simply skip the log-in) and look around a bit though most of the features will not be active in this mode.
33
+
More languages for Android and an iOS app are in beta-test phase and will be release "when they are done" :-p
34
+
35
+
For experts only: Use the build-scripts in this repository to build your own version of the app (Android and iOS are available).
0 commit comments