Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rational-kunal/sober-meter

Are you sure you can drive? Know it with this simple but inaffective tool 😅
https://github.com/rational-kunal/sober-meter

ios ml swift

Last synced: about 16 hours ago
JSON representation

Are you sure you can drive? Know it with this simple but inaffective tool 😅

Awesome Lists containing this project

README

        

# Sober Meter 🍻❓

Are you sure you can drive? Know it with this simple but inaffective tool 😅.

***

I developed this app with a focus on mastering the [Core ML](https://developer.apple.com/documentation/coreml) and [Create ML](https://developer.apple.com/documentation/createml) APIs.

The app presents challenging math questions, requiring users to provide their answers to assess their sobriety.
To achieve this, I harnessed Apple's MNIST model, which recognizes handwritten digits.
Moreover, I integrated PencilKit to offer users a canvas for drawing their responses.

During my learning process, debugging the ML model posed a significant challenge.
Initially, the model's accuracy was subpar.
To improve it, I addressed two pivotal issues: a) modifying the input format to white on black and b) increasing the marker width on the canvas.

***

_Used util classes from: [CoreMLHelpers](https://github.com/hollance/CoreMLHelpers)_