# Image Tags

Image classification is one of the first use cases of computer vision and many projects still use it today. To support image classification, we built our "image tags" feature that let's you add tags easily to an image, while also offering you a prediction service to speed up the process of creating tags with 2-3x.

#### Creating, renaming, and deleting tags <a href="#creating-renaming-and-deleting-tags" id="creating-renaming-and-deleting-tags"></a>

To create tags, first go to the annotation environment. Next, click on the image tags tab that can be found in the menu to the right. Now, to create a tag, click on the plus-sign that can be found in the top right corner of the view. This will open a new view.

To create a tag, write the desired tag name in the input field and then press enter. This will create your tag.

<figure><img src="https://wiki.cloudfactory.com/media/pages/docs/userdocs/annotation-environment/manual-and-semi-automated-tools/image-tags/6a41e2511b-1684131920/tagging-creation.webp" alt=""><figcaption></figcaption></figure>

In this view, you can also rename and delete tags. To rename a tag, click on its name. This will allow you to edit it.

To delete a tag, click on the minus sign next to it.

When you are done setting up your tags, click on the arrow in the top right corner to leave the editing mode.

#### Assigning and remove tags from an image <a href="#assigning-and-remove-tags-from-an-image" id="assigning-and-remove-tags-from-an-image"></a>

All available tags are collected in a "Tag pool". To assign a specific tag to an image, just click on it and the tag will become "Active", meaning that it is used to classify the image.

To remove a tag from an image, just click the minus sign next to it.

<figure><img src="https://wiki.cloudfactory.com/media/pages/docs/userdocs/annotation-environment/manual-and-semi-automated-tools/image-tags/b36929e6e9-1684131920/tagging-adding.webp" alt=""><figcaption></figcaption></figure>

#### Using our tag prediction assistant <a href="#using-our-tag-prediction-assistant" id="using-our-tag-prediction-assistant"></a>

After you have added tags to 10 images and set their status to "done or "to review" we will train an image classification assistant. This assistant will suggest tags for every new image you view. You can accept the suggestions by clicking on them each individually or by clicking "Accept all".

Know that even if suggestions are not great after the first 10 images, they will improve the more data you add. Especially image classification need a lot of data to generate accurate results, so 40-80 images might need tags before predictions become accurate enough to be used.

{% hint style="info" %}
Our image classification assistant only work if what you tag can be seen in the image. For the best possible results, you can conduct a thought experiment where you think about if your tags can be picked up while viewing the image without using the power of association that makes humans so good at these tasks. Essentially, if you can't see it, but know it's there - still don't add it as a tag. It will confuse both our and your AI models
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudfactory.com/annotation-environment/introduction-to-the-annotation-environment/manual-and-semi-automated-tools/image-tags.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
