Emojimail is a Gmail iOS client which determines an emoji that best describes the sentiment of a specific email message. This app uses Sentiment Polarity ML model (from https://github.com/likedan/Awesome-CoreML-Models). Requires iOS 11+
- Clone the repository
- Install Cocoapods dependency manager if not installed
- In Terminal, cd into the repository directory
- Run pod install
- Open emojimail.xcworkspace
- Enjoy!