File size: 973 Bytes
148fe34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---

license: apache-2.0
library_name: libreyolo
base_model: vikhyatk/moondream2
tags:
  - object-detection
  - image-text-to-text
  - libreyolo
  - vlm
---


# LibreMoondream2

Moondream 2 (2025-06-21) weights mirrored for LibreYOLO's LibreVLM tier.

## Source

Mirrored from [vikhyatk/moondream2](https://huggingface.co/vikhyatk/moondream2)
at commit `9a7d4024050840e001defacec2b00727e89149e6`.
Copyright (c) vikhyatk / M87 Labs. Licensed under the Apache License 2.0.

## Modifications

No learned parameters were changed. This repository preserves the Hugging Face
snapshot files needed by LibreYOLO's VLM wrapper and replaces the model card
with LibreYOLO-specific loading notes.

## Usage

```python

from libreyolo import LibreVLM



model = LibreVLM("moondream")

model.set_classes(["person", "helmet"])

results = model.predict("image.jpg")

```

## License

Apache License 2.0. See [`LICENSE`](./LICENSE) and [`NOTICE`](./NOTICE).