This is an open-source project that allows users to remove the background from images using AI.
- Upload images via drag and drop or file selection
- Remove background from uploaded images
- Display original and processed images side by side
- Responsive design for desktop and mobile
- FastAPI
- Python
- HTML/CSS (Tailwind CSS)
- JavaScript
- Docker
-
Clone the repository:
git clone https://github.com/drumst0ck/remove-bg.git
-
Navigate to the project directory:
cd remove-bg
-
Build and run the Docker container:
docker build -t remove-bg . docker run -p 80:80 remove-bg
-
Open your browser and visit
http://localhost:80
- Upload an image by clicking on the upload area or dragging and dropping a file.
- Click the "Remove Background" button.
- Wait for the image to be processed.
- View the original and processed images side by side.
Contributions are welcome! Please feel free to submit a Pull Request.