cocoa-ai/SentimentCoreMLDemo
😃 iOS11 demo application for sentiment polarity analysis.
This is a demonstration application that helps iOS app developers integrate sentiment analysis into their mobile apps. It takes a sentence as input and determines whether its sentiment is positive or negative. Developers building iOS applications for product reviews, customer feedback, or social media monitoring would use this.
122 stars. No commits in the last 6 months.
Use this if you are an iOS developer looking for a basic example of how to implement text sentiment classification using Apple's Core ML framework.
Not ideal if you need a production-ready sentiment analysis model for non-iOS platforms or require more nuanced sentiment (e.g., neutral, mixed) or advanced feature extraction.
Stars
122
Forks
21
Language
Swift
License
MIT
Category
Last pushed
Oct 07, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/cocoa-ai/SentimentCoreMLDemo"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
soulverteam/SoulverCore
A powerful Swift framework for evaluating natural language math expressions
cocoa-ai/NamesCoreMLDemo
🏷 iOS11 demo application for predicting gender from first names.
omarmhaimdat/positive_newsfeed
Build a Positive News iOS Application Using the Incredible Power of Machine Learning
appcoda/NaturalLanguageProcessing
A Quick Demo for NLP in Swift 4
Clone19012011/SentimentAnalysis_CoreML_EmotionClassifier
😊 Classify emotions in text using a CoreML model in this iOS app, built with SwiftUI and MVVM...