7c23c3f4c7
- 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
13 lines
87 B
Plaintext
13 lines
87 B
Plaintext
.git
|
|
.gitignore
|
|
models/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.env
|
|
.venv
|
|
venv/
|
|
tmp/
|
|
*.md
|
|
!README.md
|