Machine learning model on a MCU that detects uneven roads
Train_Detection_Model.ipynb constains the code used to create and convert an autoencoder model using TensorFlow. The train dataset contains gyroscope and accelorometer readings in the Y-axis of an IMU .
The model is deployed on Arduino BLE Sense. The code to run the model is in the car_driver folder.