--- license: mit pipeline_tag: image-classification --- My CoreML ImageClassifier model was made using the [facial-emotion-expressions dataset](https://www.kaggle.com/datasets/samaneheslamifar/facial-emotion-expressions) - **[Model Prediction]** - **Input**: - A Color Image (360 * 360) - **Output**: - Target Probability: Dictionary - ``` [ "happy": 0.4855561791349634, "surprise": 0.024084357400483238, "neutral": 0.21888420462997776, "sad": 0.19763450068444008, "disgust": 0.00016288822139744888, "fear": 0.022619370188337207, "angry": 0.05105849974040094 ] ``` - **[Previews]** -
- **[Made Using]** - Apple's [**CreateML** ![image/png](https://developer.apple.com/assets/elements/icons/create-ml/create-ml-96x96_2x.png)](https://developer.apple.com/documentation/createml/mlimageclassifier) - **[Requirements]** - macOS 14.0+ - iOS 17.0+ - tvOS 17.0+ - **[Sample Usage]**: - [**GitHub**](https://github.com/c2p-cmd/FaceEmotionClassifierSwift/) - **[Prediction Results]** ![image/png](https://cdn-uploads.huggingface.co/production/uploads/656968f81d7c2ca7b7b112c8/DV4QbAVZLLEUASJhxOq7U.png)