emexlabs / WearableIntelligenceSystem

Wearable computing software framework for intelligence augmentation research and applications. Easily build smart glasses apps, relying on built in voice command, speech recognition, computer vision, UI, sensors, smart phone connection, NLP, facial recognition, database, cloud connection, and more. This repo is in beta.
MIT License
110 stars 23 forks source link

Voice Command on ASP #12

Closed CaydenPierce closed 2 years ago

CaydenPierce commented 2 years ago

Note: this relies on completion of #11

This is part of the move to no longer streaming sensor data over the internet.

Voice Command on ASP

The entire voice command is written in Python on the GLBOX. However, text parsing is not very complicated, so porting to Android should be straightforward, and doing so will avoid the latency and wastefulness of transcribing locally then streaming results to the web for processing.

TODO

CaydenPierce commented 2 years ago

All done