Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 |δ»εΎεζ¨ηζθΏ°ζζ¬
- Host: GitHub
- URL: https://github.com/llmkira/blipserver
- Owner: LlmKira
- License: mit
- Created: 2023-02-05T04:10:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T15:07:10.000Z (11 months ago)
- Last Synced: 2024-07-24T21:56:05.867Z (4 months ago)
- Topics: blip, img2txt, python, pytorch
- Language: Python
- Homepage:
- Size: 57.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```