Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blacktop/what-dis

Dumb image-to-text experiment
https://github.com/blacktop/what-dis

golang image-to-text llama3-2-vision ollama

Last synced: 11 days ago
JSON representation

Dumb image-to-text experiment

Awesome Lists containing this project

README

        


what-dis Logo

what-dis


Dumb image-to-text experiment













## Why? 🤔

🤷

## Getting Started

### Requirements

- [ollama](https://ollama.com)
- `/usr/bin/say` *(might be **macOS** only?)*

### Install

```bash
go install github.com/blacktop/what-dis@latest
```

Or download the latest [release](https://github.com/blacktop/what-dis/releases/latest)

```bash
❯ what-dis

Describe an image

Usage:
what-dis [flags]

Flags:
-h, --help help for what-dis
-t, --text Output as text
-V, --verbose More detailed output
```

```bash
❯ what-dis docs/logo.png --text
```

> The image depicts a young boy and a robot standing in front of an abstract painting. The boy is wearing a white t-shirt and khaki shorts, while the robot has a sleek, futuristic design with glowing blue eyes and a round body. The background features a gold-framed picture on the wall, adding to the overall sense of wonder and curiosity emanating from the scene.

## License

MIT Copyright (c) 2024 **blacktop**