Building a iOS Application using Apple's Core ML Framework. A Linear SVC model is build using sklearn library with python on the SMS Data that contains Spams and Hams messages and their classification. The application will take message as input from the text box and when user taps the button it will identify and show the appropirate message whether it is a Spam or Ham accordingly. "SpamClassifier.mlmodel" is the name of the coreml model.
- Python (Jupiter Notebook was used in this project)
- Xcode 9
- Swift 4
https://www.analyticsvidhya.com/blog/2017/09/build-machine-learning-iphone-apple-coreml
(Gif)