Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.37 KB

File metadata and controls

60 lines (36 loc) · 1.37 KB

🖼️ Image Background Remover App

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!

🚀 Features

  • ✅ Upload .jpg, .jpeg, or .png images (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

📦 Requirements

Install the following dependencies before running the app:

pip install streamlit rembg pillow

🛠️ How to Run

  1. Clone this repository:
git clone https://github.com/FAHAD-ALI-github/BgRemoveApp--Streamlit.git
cd BgRemoveApp--Streamlit
  1. Run the Streamlit app:
streamlit run app.py
  1. Open the local URL displayed in your terminal (usually http://localhost:8501).

📂 File Structure

📁 BgRemoveApp--Streamlit/
 ┣ 📄 app.py               # Main Streamlit app file
 ┗ 📄 README.md            # This file

🌐 Live Demo

https://bgremove-app.streamlit.app/

📫 Contact

Fahad Ali
🔗 LinkedInGitHub