Touch to serial

A collection of firmware and application code to gather data, train the model, and execute the model on an embedded device. The model takes in input from the capacitive touch screen and outputs an “A” or “B” depending on what the user drew.

Directory Structure

data/ Contains code for data collection and processing

firmware/ Contains code that will run directly on the device

training/ Contains code that builds and trains the model