Nick Arner

Roboflow Native iOS SDk

Posted at — Apr 13, 2023

In 2022 I lead the building of Roboflow Native iOS SDK. Roboflow’s a startup building tools for the creation and deployment of Computer Vision ML models by developers without the need for specialized computer vision knowledge. Developers can create and host their models on the Roboflow platform, as well as deploy them on edge devices.

Roboflow-iOS-SDK

The Native iOS SDK let iOS developers download the CoreML version of their model created on Roboflow direclty to their device for use in their app.

Additionally, I built CashCounter, an app availble on the App Store, that would identify US currency and display the total monetary value. If the model predicted an incorrect value, users could press the “Incorrect Count” button, which would upload the image frame to the Cash Counter dataset in order to gradually improve the model over time.

CashCounter