All Projects β†’ cocoa-ai β†’ SentimentVisionDemo

cocoa-ai / SentimentVisionDemo

Licence: MIT license
πŸŒ… iOS11 demo application for visual sentiment prediction.

Programming Languages

swift
15916 projects
python
139335 projects - #7 most used programming language
shell
77523 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to SentimentVisionDemo

CarLens-iOS
CarLens - Recognize and Collect Cars
Stars: ✭ 124 (+264.71%)
Mutual labels:  vision, coreml
Coreml Vision
Stars: ✭ 50 (+47.06%)
Mutual labels:  vision, coreml
Objectclassifier
An iOS swift app that detects objects using machine learning (CoreML, Vision)
Stars: ✭ 12 (-64.71%)
Mutual labels:  vision, coreml
Ios 11 By Examples
πŸ‘¨πŸ»β€πŸ’» Examples of new iOS 11 APIs
Stars: ✭ 3,327 (+9685.29%)
Mutual labels:  vision, coreml
MNIST-CoreML
Predict handwritten digits with CoreML
Stars: ✭ 63 (+85.29%)
Mutual labels:  coreml, coreml-models
Iowncode
A curated collection of iOS, ML, AR resources sprinkled with some UI additions
Stars: ✭ 499 (+1367.65%)
Mutual labels:  vision, coreml
Inceptionvisiondemo
πŸŽ₯ iOS11 demo application for dominant objects detection.
Stars: ✭ 48 (+41.18%)
Mutual labels:  vision, coreml
CoreML-and-Vision-with-a-pre-trained-deep-learning-SSD-model
This project shows how to use CoreML and Vision with a pre-trained deep learning SSD (Single Shot MultiBox Detector) model. There are many variations of SSD. The one we’re going to use is MobileNetV2 as the backbone this model also has separable convolutions for the SSD layers, also known as SSDLite. This app can find the locations of several di…
Stars: ✭ 16 (-52.94%)
Mutual labels:  coreml, coreml-models
Sentimentcoremldemo
πŸ˜ƒ iOS11 demo application for sentiment polarity analysis.
Stars: ✭ 104 (+205.88%)
Mutual labels:  sentiment-analysis, coreml
Cocoaai
πŸ€– The Cocoa Artificial Intelligence Lab
Stars: ✭ 134 (+294.12%)
Mutual labels:  vision, coreml
Facesvisiondemo
πŸ‘€ iOS11 demo application for age and gender classification of facial images.
Stars: ✭ 273 (+702.94%)
Mutual labels:  vision, coreml
mlmodelzoo
Build your iOS 11+ apps with the ready-to-use Core ML models below
Stars: ✭ 17 (-50%)
Mutual labels:  coreml, coreml-models
Vision CoreML-App
This app predicts the age of a person from the picture input using camera or photos gallery. The app uses Core ML framework of iOS for the predictions. The Vision library of CoreML is used here. The trained model fed to the system is AgeNet.
Stars: ✭ 15 (-55.88%)
Mutual labels:  vision, coreml
Liooon Not A Liooon Classifier
A troll app to check if an object seen by your camera is a lion. Uses iOS CoreML, Vision APIs
Stars: ✭ 11 (-67.65%)
Mutual labels:  vision, coreml
Awesome Coreml Models
Largest list of models for Core ML (for iOS 11+)
Stars: ✭ 5,192 (+15170.59%)
Mutual labels:  coreml, coreml-models
Chineseidcardocr
[Deprecated] πŸ‡¨πŸ‡³δΈ­ε›½δΊŒδ»£θΊ«δ»½θ―ε…‰ε­¦θ―†εˆ«
Stars: ✭ 1,015 (+2885.29%)
Mutual labels:  vision, coreml
Flowersvisiondemo
🌸 iOS11 demo application for flower classification.
Stars: ✭ 90 (+164.71%)
Mutual labels:  vision, coreml
List-CoreML-Models
A Big Awesome List CoreML Models.
Stars: ✭ 120 (+252.94%)
Mutual labels:  coreml, coreml-models
CustomVisionMicrosoftToCoreMLDemoApp
This app recognises 3 hand signs - fist, high five and victory hand [ rock, paper, scissors basically :) ] with live feed camera. It uses a HandSigns.mlmodel which has been trained using Custom Vision from Microsoft.
Stars: ✭ 25 (-26.47%)
Mutual labels:  vision, coreml
face age gender
Can we predict the age and gender of someone given a picture of their face ?
Stars: ✭ 40 (+17.65%)
Mutual labels:  vision

Sentiment Vision Demo

A Demo application using Vision and CoreML frameworks to detect the most likely sentiment of the given image.

SentimentVisionDemo

Model

This demo is based on the "Fine-tuning CNNs for Visual Sentiment Prediction" neural network classifier, which was converted from original Caffe model to CoreML model using coremltools python package.

Requirements

  • Xcode 9
  • iOS 11

Installation

git clone https://github.com/cocoa-ml/SentimentVisionDemo.git
cd SentimentVisionDemo
pod install
open SentimentVision.xcworkspace/

Download the CoreMl model and drag the file into your project.

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

Conversion

cd Convert
./download.sh
python convert.py

Author

Vadym Markov, [email protected]

Credits

From Pixels to Sentiment: Fine-tuning CNNs for Visual Sentiment Prediction

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].