Find and label objects in your image
Resize images to 400x400 pixels
Generate an image based on template and user input
It will generate captions for your given pictures for social
Upload an image to detect objects
Flexible Photo Recrafting While Preserving Your Identity
Change image background using prompts
Upload an image to detect objects
This space is used to cartoonize the input image.
Upload an image to detect objects
Generate images with custom backgrounds by uploading or providing a URL
On CPU save time and forever free
Generate personalized images preserving identity
Transformers.js is a JavaScript library designed to put a logo on an image by leveraging AI-powered object detection. It enables developers to seamlessly integrate logo placement into web applications while ensuring the logo is appropriately positioned relative to detected objects within the image.
• AI-powered object detection: Automatically identifies key objects in images for precise logo placement.
• Smart logo positioning: Places logos in contextually relevant locations based on detected objects.
• Customizable logo options: Adjust size, opacity, and position to match your design requirements.
• Cross-browser compatibility: Works seamlessly across modern web browsers.
• Lightweight and efficient: Optimized for performance in web applications.
npm install transformers.js
import { ImageTransformer } from 'transformers.js';
const image = document.getElementById('myImage');
const transformer = new ImageTransformer(image);
detectObjects() method to locate objects in the image.
const objects = await transformer.detectObjects();
placeLogo() with your logo URL and configuration.
await transformer.placeLogo('logo.png', {
width: 100,
height: 50
});
transformer.apply();
What objects can Transformers.js detect?
Transformers.js can detect a wide range of common objects, including people, animals, vehicles, and more, using AI-powered vision.
Can I customize the logo placement?
Yes, you can customize the logo's size, position, and opacity to fit your specific needs.
Is Transformers.js compatible with all browsers?
Transformers.js is designed to work with modern web browsers, including Chrome, Firefox, Safari, and Edge, ensuring broad compatibility.