Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/blacktop/what-dis
- Owner: blacktop
- License: mit
- Created: 2024-11-07T00:27:13.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T17:07:03.000Z (about 2 months ago)
- Last Synced: 2024-12-03T17:17:27.586Z (about 1 month ago)
- Topics: golang, image-to-text, llama3-2-vision, ollama
- Language: Go
- Homepage:
- Size: 1.07 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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-disDescribe 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**