illescasDaniel / SentimentCoreMLDemo

πŸ˜ƒ iOS11 demo application for sentiment polarity analysis.

Home Page:https://github.com/cocoa-ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sentiment Polarity CoreML Demo

A Demo application using CoreML framework for sentiment polarity analysis.

SentimentCoreMLDemo

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

About

πŸ˜ƒ iOS11 demo application for sentiment polarity analysis.

https://github.com/cocoa-ai

License:MIT License


Languages

Language:Swift 77.4%Language:Python 22.6%