This project is a web application that allows users to remove backgrounds from images using the Remove.bg API.
- Upload images
- Remove backgrounds from uploaded images
- Download processed images
- React
- Next.js
- Tailwind CSS
- Remove.bg API
- Node.js
- npm or yarn
- Remove.bg API key
-
Clone the repository:
git clone https://github.com/yourusername/background-remover.git -
Navigate to the project directory:
cd background-remover -
Install dependencies:
npm installor
yarn install -
Create a
.env.localfile in the root directory and add your Remove.bg API key:NEXT_PUBLIC_REMOVE_BG_API_KEY=your_api_key_here -
Start the development server:
npm run devor
yarn dev -
Open your browser and visit
http://localhost:3000
- Click on the "Choose File" button to upload an image.
- Click on the "Remove Background" button to process the image.
- Once processing is complete, click on the "Download" button to save the processed image.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.