Made a handwriting recognizer using CoreML and Swift for iOS Devices.
Also used UITouchGestures.
The app tries to guess the English character drawn using a Trained ML Model
ML Model was trained with CreateML using The Chars74K dataset
The ML has an accuracy of over 85% but the app needs to be optimized.