Deep learning based application for image correction

I’m using the Jetson Nano board with Kernel : 4.9.140

The accelerometer supported is LSM6DSM, trying further to add any application that can sense the motion of camera from Accelerometer values, and correct the image if its blurred or having larger shakes. Found a similar application in android at : Android Tutorial: Implement A Shake Listener – Jason McReynolds, trying same in Ubuntu systems.

I’ve reckoned that Deep Learning is supported by TensorFlow+CUDA. Thus, any help on the queries above is welcomed, thanks.