Roboflow Native iOS SDK

In 2022, I led the building of the Roboflow Native iOS SDK. Roboflow is a startup that builds 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 allows iOS developers to download the CoreML version of their model, created on Roboflow, directly to their device for use in their app.

Additionally, I built CashCounter, an app available on the App Store, that identifies US currency and displays the total monetary value. If the model predicts an incorrect value, users can press the “Incorrect Count” button, which will upload the image frame to the Cash Counter dataset to gradually improve the model over time.

CashCounter