Skip to content

aswanth6000/rm-bg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖼️ RemoveBG for Windows

A simple, privacy-first tool to remove image backgrounds instantly — right from your Windows context menu.

screenshot

✨ Features

  • 🗱️ Right-click any image → Remove Background
  • ⚡ Works offline — no cloud processing
  • 🔒 100% local & private (nothing is uploaded)
  • �� Saves result with _no_bg.png suffix
  • 📦 Easy installer, clean uninstall

📅 Download

👉 Download RemoveBG for Windows (.exe)


🧠 How It Works

  1. Installs a right-click context menu entry for .png, .jpg, .jpeg, and .webp images.
  2. When triggered, it runs a bundled Python executable using rembg.
  3. Background is removed using ONNX models (local), and saved next to the original file.

🛠️ Built With


📦 For Developers

If you want to build or modify it yourself:

1. Clone and install dependencies

git clone https://github.com/aswanth6000/rm-bg
cd removebg
pip install -r requirements.txt

2. Test the script

python remove_bg.py path/to/image.jpg

3. Build EXE

pyinstaller --onefile remove_bg.py   

It will create .exe file in dist folder

4. Create Installer

Use Inno Setup and the provided .iss file.


🧪 Known Limitations

  • First run might take a few seconds (model warm-up)
  • Basic UI (command line hidden, but no GUI)

☕ Support This Project

If you find this useful:

  • 🌟 Star this repo

📄 License

MIT License


Built with ❤️ by @aswanth6000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages