A mobile application that visualizes various sorting algorithms such as Bubble sort, selection sort, quick sort etc. The sorting process is visualized as the rearrangement of vertical lines of different lengths from shortest to tallest.
Building a iOS Application using Apple's Core ML Framework, we will builed a Linear SVC model using sklearn library on the SMS Data, users will type a message on their iPhone and our model will then identify whether the message is a Spam or a Ham (Not spam).
There are two phases of this iOS application, one which has the implementation of Resnet Model (CoreML Model) and also Hand State Detection Model which i made using Custom Vision.
This repository demonstrates how to set up your iOS project for automated testing. We created this repo as a demo project for the article https://rubygarage.org/blog/testing-ios-app .