SkillAgentSearch skills...

SentimentCoreMLDemo

😃 iOS11 demo application for sentiment polarity analysis.

Install / Use

/learn @cocoa-ai/SentimentCoreMLDemo
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Sentiment Polarity CoreML Demo

A Demo application using CoreML framework for sentiment polarity analysis.

<div align="center"> <img src="https://github.com/cocoa-ai/SentimentCoreMLDemo/blob/master/Screenshot.png" alt="SentimentCoreMLDemo" width="300" height="533" /> </div>

Model

CoreML model was converted from Scikit-learn Pipeline using coremltools python package.

The model is based on LinearSVC classifier and is able to distinguish between positive and negative sentences with best CV score = 0.801013024602. It was trained using Epinions.com dataset with reviews of products and services. Accuracy can be improved by using TfidfVectorizer for feature extraction, but it's not supported by coremltools at the moment.

Requirements

  • Xcode 9
  • iOS 11

Installation

git clone https://github.com/cocoa-ai/SentimentCoreMLDemo.git
cd SentimentCoreMLDemo
open SentimentPolarity.xcodeproj/

Build the project and run it on a simulator or a device with iOS 11.

Conversion

cd Convert
python sentiment.py

Author

Vadym Markov, markov.vadym@gmail.com

Credits

References

View on GitHub
GitHub Stars122
CategoryEducation
Updated26d ago
Forks21

Languages

Swift

Security Score

100/100

Audited on Mar 14, 2026

No findings