# Welcome to Sieve

**Sieve** is a free, open source app that automatically classifies and organises your images using AI.

You give it a folder of images and a list of labels. It goes through each image, decides which label fits best, renames the file, and sorts it into the right folder — all on your own device, using your own AI key.

No accounts. No subscriptions. No cloud storage. Your images stay on your machine.

***

## What Sieve is great at

Sieve works well for research — organising microscopy images, gel photos, cell cultures, and experimental specimens. But the underlying idea is simple enough to work for almost anything. If you can describe what you want to sort into a list of labels, Sieve can sort it.

A few examples of what people use it for:

* Sorting hundreds of microscopy images into folders by organism or technique
* Organising field photography by subject or species
* Classifying product images by type or condition
* Separating vehicle photos by make or model
* Any situation where you have a lot of images and a clear set of categories

If you have a use case in mind that isn't listed here, it will likely still work. See [Using Sieve for Anything](/sieve/beyond-the-lab/beyond-the-lab.md) for more.

***

## How it works in one paragraph

You open Sieve, enter an API key from your chosen AI provider, create a label set (a named list of categories), then select a folder of images. Sieve sends each image to the AI, gets a classification back, renames the file to include the date and label, and copies it into a subfolder named after the label. You end up with a clean, organised folder structure and a CSV file summarising every result.

***

## Current version

These docs cover **v1.0.0**.

***

## Where to get the app

Head to the [GitHub Releases page](https://github.com/sieve-labs/sieve-app/releases) to download the latest version for your platform.

| Platform      | Available |
| ------------- | --------- |
| Android (APK) | ✅         |
| Linux         | ✅         |
| Windows       | ✅         |
| macOS         | ✅         |
| iOS           | Not yet   |

***

## Support the project

Sieve is completely free and will stay that way. If it saves you time, consider [buying the developer a coffee](https://buymeacoffee.com/sameermann). It helps keep the project going.

***

Ready to get started? Head to [Installation & Setup](/sieve/getting-started/getting-started.md).


---

# 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://sieve-labs.gitbook.io/sieve/readme.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.
