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
118 stars 23 forks source link

ASP application #10

Closed CaydenPierce closed 2 years ago

CaydenPierce commented 2 years ago

The current ASP application is basically a souped up MediaPipe example running our custom MediaPipe Perception Pipeline.

We need to make it reliably run on the ASP for many hours/days at a time, in the background, always available to receive a connection and/or requests from the ASG.

TODO

CaydenPierce commented 2 years ago

All done. We have moved all of the main components to ASP. Still need to implement a web system so we don't lose previous features that GLBOX handled - need to make GLBOX an HTTP server we occasionally hit for those things. Continuing this in other issues.