This project is a clone of the remove.bg UI built using HTML and CSS. It also incorporates background removal functionality through an API fetch from the remove.bg service. Additionally, a "Magic Brush" tool is implemented to erase specific areas of the image after the background has been removed, providing finer control over the background removal.
- Background Removal: Upload an image and remove its background using the remove.bg API.
- Magic Brush: After the background is removed, use the brush tool to manually erase parts of the image with precision.
- Clean UI: Simple and intuitive interface designed with HTML and CSS to mimic remove.bg.
- Responsive Design: O ptimized for use on various devices.
- HTML5
- CSS3
- JavaScript (Fetch API)
- Upload Image: Users can upload an image from their local machine.
- Background Removal: Once the image is uploaded, the remove.bg API is called via a
fetch
request, and the background is removed. - Manual Adjustment with Magic Brush: Users can then refine the image using a brush tool to erase or restore parts of the image.
- Download: After editing, users can download the modified image.
To run this project locally:
-
Clone the repository:
git clone https://github.com/your-username/remove-bg-clone.git