File size: 2,443 Bytes
2d9c1fc
 
 
 
 
 
 
5c67947
 
2d9c1fc
 
06ed423
 
0c4047a
06ed423
0c4047a
06ed423
0c4047a
06ed423
0c4047a
06ed423
1034dc7
 
 
394b322
1034dc7
 
 
 
 
 
 
 
 
 
0c4047a
06ed423
0c4047a
06ed423
0c4047a
06ed423
0c4047a
 
 
 
 
 
 
4d66e3c
0c4047a
4d66e3c
 
0c4047a
4d66e3c
0c4047a
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
title: AnnotateIt
emoji: 🏷️
colorFrom: red
colorTo: yellow
sdk: static
pinned: false
thumbnail: >-
  https://cdn-uploads.huggingface.co/production/uploads/6a7a07fa189047f8201288c2/S6NuiJwPCl0sGNs2dzAJ6.png
---

# AnnotateIt

**Private, on-device computer vision annotation for images and video.**

AnnotateIt is a local-first application for building computer vision datasets. Create projects, annotate images and video, review model-assisted proposals, check dataset quality, manage versions and splits, and export to standard formats.

Your media, labels and annotations stay on your device. Model files may be downloaded from the Hugging Face Hub, but inference runs locally on your hardware.

[Open the web app](https://app.annotateit.ai) · [Website](https://annotateit.ai) · [Documentation](https://annotateit.ai/docs/) · [GitHub](https://github.com/AnnotateIt-AI)

<p align="center">
  <a href="https://app.annotateit.ai">
    <img
      src="https://huggingface.co/spaces/AnnotateIt/README/resolve/main/image-1786699820634.webp"
      alt="AnnotateIt interface showing AI-assisted computer vision annotation running locally"
      width="100%"
    >
  </a>
</p>

<p align="center">
  <em>AI-assisted computer vision annotation — running locally on your device.</em>
</p>

## Model artifacts

This organization is the official distribution point for model artifacts supported by AnnotateIt.

Every published model repository is expected to include:

- the upstream source, license and attribution;
- an exact preprocessing and class-mapping specification;
- a documented ONNX input/output contract;
- versioned files with SHA-256 checksums;
- PyTorch-to-ONNX Runtime validation results;
- known limitations and supported runtimes.

## Available models

- [EdgeCrafter ECDet-S — FP32 ONNX](https://huggingface.co/AnnotateIt/edgecrafter-ecdet-s-onnx)
- [EdgeCrafter ECDet-M — FP32 ONNX](https://huggingface.co/AnnotateIt/edgecrafter-ecdet-m-onnx)

Both models are downloaded from immutable revisions, verified with SHA-256, and run locally in AnnotateIt.

## Supported annotation workflows

- Object detection
- Instance segmentation
- Keypoint detection
- Image classification
- Semantic search and batch pre-labelling
- Dataset QA, versions, splits and standard-format export

AnnotateIt does not train models. It helps you build and validate datasets locally, then export them for training in the stack of your choice.