Releases: emexlabs/WearableIntelligenceSystem
v0.7-beta
v0.7-beta includes 2 major updates:
- new use case/feature -> contextual search engine
- support for the Open Source Smart Glasses (MCU based smart glasses support)
Follow the instructions in the README and Docs (the wiki on this github repo) to install and run this release.
asg.apk - the android app to install on the ASG (Android Smart Glassses)
asp.apk - the android app to install on the ASP (Android Smart Phone)
- if there's any problems with the APK install (signing issues), let us know - [email protected]
v0.6-beta
- improved reliability
- language tools
- smoother voice command interface flow
Follow the instructions in the README and Docs (the wiki on this github repo) to install and run this release.
*asg*.apk - the android app to install on the ASG (Android Smart Glassses)
*asp*.apk - the android app to install on the ASP (Android Smart Phone)
v0.5-beta
v0.4-beta
First beta release.
Follow the instructions in the README and Docs (the wiki on this github repo) to install and run this release.
asg*.apk - the android app to install on the ASG (Android Smart Glassses)
asp*.apk - the android app to install on the ASP (Android Smart Phone)
v0.3-alpha
The latest alpha release.
- hugely more reliable - stay connected all day long
- host of new functionalities
- cemented system architecture with event bus
- smart glasses HUD UI
- combined all use cases into one system
- ASP application to see data
- moved ASP app to gradle for ease of use for new developers
- wrote docs
- beta coming very soon
How to Install APKs
- Enable USB debugging on ASP and ASG
- Plug ASG or ASP into computer (depending on which one app you are currently installing)
- Run
adb install -t <NameOfApkHere>
- Done
v0.2-alpha
Improvements
- vastly improve reliability of connections
- improve speed of transcriptions
- add wikipedia search
- add visual search
- add translation tool
- modularize the system
Artifacts
The artifacts included in this release are:
ASG
asg.apk - Android Smart Glasses (ASG) Android application APK (*.apk) file. This is to be loaded onto the ASG and run.
ASP
asp.apk - Android Smart Phone (ASP) Android application APK (*.apk) file. This is to be loaded onto the ASP and run.
GLBOX / Python
The Python server that runs on the GLBOX does NOT have a single executable binary.
You have to follow the directions in ../gnu_linux_box/README.md to get the Python server installed and running on a GNU/Linux machine (instructions are for Ubuntu/Debian). There is no "single command" or executable file artifact to run this program.
Note
This was the last release before the GLBOX is moved to the cloud (here it runs on a wearable GNU/Linux laptop or SBC)
v0.1-alpha
Artifacts
The artifacts included in this release are:
ASG
asg.apk - Android Smart Glasses (ASG) Android application APK (*.apk) file. This is to be loaded onto the ASG and run.
ASP
asp.apk - Android Smart Phone (ASP) Android application APK (*.apk) file. This is to be loaded onto the ASP and run.
GLBOX / Python
The Python server that runs on the GLBOX does NOT have a single executable binary.
You have to follow the directions in ../gnu_linux_box/README.md to get the Python server installed and running on a GNU/Linux machine (instructions are for Ubuntu/Debian). There is no "single command" or executable file artifact to run this program.