GitHub - kevmo314/magic-copy: Magic Copy is a Chrome extension that uses Meta's Segment Anything Model to extract a foreground object from an image and copy it to the clipboard.
🔮✂️ Want to easily extract and copy foreground objects from images? Check out Magic Copy, a Chrome extension utilizing Meta's Segment Anything Model. Perfect for quick and precise image editing! 🖼️💫 #AI #ChromeExtension #ImageEditing
- **Repository Information**: kevmo314/magic-copy is a Chrome extension utilizing Meta's Segment Anything Model for foreground object extraction and clipboard copying.
- **Implementation**: The extension follows the Segment Anything Model demo for object extraction, modifying it to copy the object to the clipboard.
- **Building**: The extension can be manually built with npm and the included ./buildcrx.sh script.
- **Docker**: A Dockerfile is available for clean extension building.
- **Self-hosting**: Considerations for self-hosting to avoid third-party image transfers are detailed in the server-example directory.
- **About**: Magic Copy is inspired by Meta's Segment Anything Model and focuses on Chrome-based foreground object extraction and copying.
- **Resources**: The repository contains information on chrome-extension, computer-vision, and image-processing.