https://github.com/fcoagz/removebg-bot
It is a Telegram bot to remove backgrounds from a photo using the RemoveBg API
https://github.com/fcoagz/removebg-bot
remove-background remove-bg telegram-bot
Last synced: 7 months ago
JSON representation
It is a Telegram bot to remove backgrounds from a photo using the RemoveBg API
- Host: GitHub
- URL: https://github.com/fcoagz/removebg-bot
- Owner: fcoagz
- License: mit
- Created: 2023-04-09T16:43:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-09T16:48:17.000Z (over 2 years ago)
- Last Synced: 2025-03-20T00:12:00.101Z (7 months ago)
- Topics: remove-background, remove-bg, telegram-bot
- Language: Python
- Homepage:
- Size: 445 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RemoveBg-bot
RemoveBg-bot es un bot de Telegram que utiliza la API de Remove.bg eliminando automáticamente el fondo de la imagen y enviará la imagen resultante de vuelta al usuario.
RemoveBg-bot hace que sea fácil utilizar la API de Remove.bg sin la necesidad de escribir código, lo que lo hace accesible para una amplia gama de usuarios que buscan una solución rápida y fácil para remover fondos de fotos.## Variables de Entorno
`token`: telegram bot token## Ejecutar RemoveBg-bot
- Obtener el Api Key de [RemoveBg](https://www.remove.bg/r/ZcHBdWKSfKLRRbaMf2Kc1N5E)
- Clonar este repositorio `git clone https://github.com/fcoagz/RemoveBg-bot`
- Descarga las dependencias `pip install -r requirements.txt`
- Ejecute en el terminal `python main.py`
- 🖼 Disfrute!## Api de RemoveBg
La API es capaz de identificar y separar el objeto principal de una imagen del fondo, lo que permite que el objeto sea utilizado en un contexto diferente.
La API de Remove.bg ofrece varios planes. El plan gratuito de Remove.bg permite remover el fondo de hasta 50 imágenes por mes con un tamaño máximo de 0.25 megapíxeles (625x400 píxeles).
## Captura de Pantalla

