Klarbildbot v1.0 — AI-Bildaufbereitung (Freistellen + Upscaling) als Telegram-Bot
- Telegram-Bot (Polling) mit Inline-Menue: Klarbild x2/x4, Freistellen, kombiniert - Upscaling via OpenCV dnn_superres (FSRCNN default, EDSR optional), gekachelt - Freistellen via rembg (isnet-general-use, Alpha-Matting) - Picdrop-Batch via SFTP (/picdrop) - Health-Server (aiohttp) fuer Coolify, Zugriffsschutz via ALLOWED_USER_IDS - Dockerfile backt Modelle (SR von raw.githubusercontent, rembg von HF-Mirror) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XNQ8ghPfzAfsyVYd6HgFb6
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
python-telegram-bot==21.6
|
||||
rembg==2.0.59
|
||||
onnxruntime==1.19.2
|
||||
opencv-contrib-python-headless==4.10.0.84
|
||||
numpy==1.26.4
|
||||
pillow==10.4.0
|
||||
aiohttp==3.10.10
|
||||
paramiko==3.5.0
|
||||
pymatting==1.1.12
|
||||
scipy==1.13.1
|
||||
Reference in New Issue
Block a user