Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/llmkira/blipserver

🌻 Blip Server - img2txt Infrastructure - Generate short descriptions from images |δ»Žε›ΎεƒζŽ¨η†ζθΏ°ζ–‡ζœ¬
https://github.com/llmkira/blipserver

blip img2txt python pytorch

Last synced: 6 days ago
JSON representation

🌻 Blip Server - img2txt Infrastructure - Generate short descriptions from images |δ»Žε›ΎεƒζŽ¨η†ζθΏ°ζ–‡ζœ¬

Awesome Lists containing this project

README

        

# BlipServer

## App

```
pip install pdm
pdm install
pdm run python app.py
```

## Config

`nano config.toml`

```toml
[blip]
low_vram = true
device = "cuda" #or cpu

[server]
host = '127.0.0.1'
port = 10885
```