A simple and fast web app built with Streamlit to remove the background from images using the rembg library. Upload any image, and get a background-free version ready to download in seconds!
- ✅ Upload
.jpg,.jpeg, or.pngimages (up to 5MB) - ✅ Automatic background removal using
rembg - ✅ Download cleaned, transparent background image
- ✅ Side-by-side preview of original and fixed image
- ✅ Easy-to-use web interface
Install the following dependencies before running the app:
pip install streamlit rembg pillow- Clone this repository:
git clone https://github.com/FAHAD-ALI-github/BgRemoveApp--Streamlit.git
cd BgRemoveApp--Streamlit- Run the Streamlit app:
streamlit run app.py- Open the local URL displayed in your terminal (usually http://localhost:8501).
📁 BgRemoveApp--Streamlit/
┣ 📄 app.py # Main Streamlit app file
┗ 📄 README.md # This file