https://github.com/ssebastianoo/moondream2-telegram
Integrate moondream2 with the Telegram api
https://github.com/ssebastianoo/moondream2-telegram
moondream ollama
Last synced: 8 months ago
JSON representation
Integrate moondream2 with the Telegram api
- Host: GitHub
- URL: https://github.com/ssebastianoo/moondream2-telegram
- Owner: ssebastianoo
- Created: 2025-02-18T15:30:56.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-18T15:42:03.000Z (8 months ago)
- Last Synced: 2025-02-18T16:33:03.647Z (8 months ago)
- Topics: moondream, ollama
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# moondream2 Telegram integration
Send a picture to a Telegram bot and get it described by moondream2 via ollama.
## Installation
```
git clone git@github.com:ssebastianoo/moondream2-telegram.git
cd moondream2-telegram
bun i # or npm i
cp .example.env .env
```Set `TELEGRAM_TOKEN` in `.env` to your Telegram bot token.
Pull the model
```
ollama pull moondream
```Run the bot
```
bun main.js
```
