Emotion classification iOS app using CoreML and SwiftUI – demo for sentiment and emotion analysis, with the model converted from Scikit-learn using coremltools.
-
Updated
Oct 29, 2025 - Swift
Emotion classification iOS app using CoreML and SwiftUI – demo for sentiment and emotion analysis, with the model converted from Scikit-learn using coremltools.
This project explores emotion classification in social media texts using multiple text representation techniques (TF-IDF, Word2Vec, GloVe) and deep recurrent neural networks (GRU, LSTM, Bi-GRU, Bi-LSTM). The best model achieved an F1-Score of 0.9248, with Word2Vec and Bi-LSTM outperforming other combinations.
😊 Classify emotions in text using a CoreML model in this iOS app, built with SwiftUI and MVVM architecture for efficient performance and modern development.
Add a description, image, and links to the emotionclassification topic page so that developers can more easily learn about it.
To associate your repository with the emotionclassification topic, visit your repo's landing page and select "manage topics."