This project is a web application for removing backgrounds from images using machine learning. It offers a user-friendly interface for uploading images and downloading the processed images.
- Upload images in various formats (e.g., PNG, JPG, JPEG, WEBP).
- Background removal using machine learning algorithms.
- View original and background-removed images side by side.
- Download the background-removed image in HD format.
- Python
- Flask
- OpenCV
- Rembg library
- HTML/CSS
- Bootstrap
- Upload an image using the provided form.
- Click the "Remove Background" button to process the image.
- View the original and background-removed images side by side.
- Download the background-removed image in HD format.