xjjak / LapCal

Building gloves that enable typing on a 34-key keyboard without an actual physical keyboard using IMUs and machine learning.
Other
2 stars 0 forks source link

[FEATURE] Keyboard visualization #39

Closed palisn closed 7 months ago

palisn commented 7 months ago

Is your feature request related to a problem? Please describe. The output of the model is not very human-readable.

Describe the solution you'd like I propose a simple visualization, e.g. in PyGame. This is not too hard as we can just re-use some of the efforts from the virtual keyboard.

I think for a general purpose way to interact with the visualization reading the state via stdin seems suitable.

Additional context The output of the model would be a list of states for every considered key ([0,0,1,0,0,...]).