---
title: Model Integration Samples
framework: coreml
role: collectionGroup
path: coreml/model-integration-samples
---

# Model Integration Samples

Integrate tabular, image, and text classifcation models into your app.

## Overview

Overview Use the provided Core ML sample code projects to learn how to classify numeric values, images, and text within applications. For example, you can detect poses of the human body, classify a group of images, and locate answers to questions in a text document.

## Topics

### Tabular data models

- [Integrating a Core ML Model into Your App](coreml/integrating-a-core-ml-model-into-your-app.md)

### Image classification models

- [Using Core ML for semantic image segmentation](coreml/using-core-ml-for-semantic-image-segmentation.md)
- [Classifying Images with Vision and Core ML](coreml/classifying-images-with-vision-and-core-ml.md)
- [Detecting human body poses in an image](coreml/detecting-human-body-poses-in-an-image.md)
- [Understanding a Dice Roll with Vision and Object Detection](coreml/understanding-a-dice-roll-with-vision-and-object-detection.md)

### Text classification models

- [Finding answers to questions in a text document](coreml/finding-answers-to-questions-in-a-text-document.md)

## See Also

### App integration

- [Downloading and Compiling a Model on the User’s Device](coreml/downloading-and-compiling-a-model-on-the-user-s-device.md)
