---
title: Image Classification
type: templates
category: Computer Vision
cat: computer-vision
order: 135
meta_title: Image Classification Data Labeling Template
meta_description: Template for classifying image data with Label Studio for your machine learning and data science projects.
---
If you want to train a model to identify the type of content in images, for example for a content moderation use case, use this template to perform image classification with checkboxes.
Open in Label Studio
## Interactive Template Preview
## Labeling Configuration
```html
```
## About the labeling configuration
All labeling configurations must be wrapped in [View](/tags/view.html) tags.
Use the [Image](/tags/image.html) object tag to specify the image to classify:
```xml
```
Use the [Choices](/tags/choices.html) control tag to display the choices available to classify the image:
```xml
```
You can modify the values of the [Choice](/tags/choice.html) tag to provide different classification options. Review the available arguments for the Choices tag for customization options.
## Enhance this template
You can enhance this template in many ways.
### Add a sticky left column
If you want the classification choices to appear to the left of the image, you can add styling to the [View](/tags/view.html) tag.
```xml
```
{% insertmd includes/nested-classification.md %}
## Related tags
- [Image](/tags/image.html)
- [Choices](/tags/choices.html)