Send a raw product photo to Telegram → AI transforms it into a clean ecommerce-ready image automatically
I built an AI-powered ecommerce product photo workflow using n8n.
Now whenever I send a raw product image to my Telegram bot, the automation automatically:
- removes the messy background
- cleans edge artifacts
- aligns and centers the product
- resizes the image for ecommerce use
- enhances lighting and presentation using AI
- generates a clean studio-style product photo
- preserves the original product shape, colors, labels, and branding
- sends the final ecommerce-ready image back to Telegram
The entire process takes just a few seconds.
Built with:
- n8n
- rembg
- Sharp
- OpenAI gpt-image-1
- Docker
- Telegram Bot
Most of the heavy processing happens locally using self-hosted tools.
The AI is only used for the final enhancement layer to keep outputs consistent and reduce hallucinations.