A free, offline, drag-and-drop background remover tool built with Python and AI.
🔥 Remove image backgrounds instantly — no internet, no cost, just click & go!
Uses rembg with the isnet-general-use AI model for high-accuracy matting. Post-processes alpha channel with Gaussian blur for smooth edges. Built with tkinter + tkinterdnd2 for drag-and-drop support. Fully offline — no data leaves your computer.
- ✅ Drag & drop images (anywhere on the window)
- ✅ Offline mode — no data sent online
- ✅ Removes background using AI (isnet-general-use model)
- ✅ Saves output as
filename_bgninja.png(transparent PNG) - ✅ Works on JPG, PNG, BMP, WebP
- ✅ Lightweight GUI with Tkinter
- ✅ Smooth edges with post-processing blur
- ✅ Built-in support link & feedback
- Download
Ninja_Bg_Rm.exefrom the Releases section. - Double-click to run (Windows only).
- Drag an image into the window or click "Browse Image".
- Wait a few seconds — output saved as
yourimage_bgninja.pngin the same folder! - Done! ✅
💡 No Python, no dependencies — works on any Windows PC.
🧰 Create Your Own .exe
pyinstaller --onefile --windowed ^
--add-data "backgroundremover/models;rembg/bg/models" ^
--icon=icon.ico ^
Ninja_Bg_Rm.py✅ Output: dist/Ninja_Bg_Rm.exe
If you want to run or modify the code:
# Clone the repo
git clone https://github.com/DILIP3524/bgremoveAI.git
cd Ninja-Bg-Remover
# Create virtual environment
python -m venv .venv
.venv\Scripts\activate # Windows
# source .venv/bin/activate # Linux/macOS
# Install dependencies
pip install pillow rembg tkinterdnd2 pyinstaller
# Run the app
python Ninja_Bg_Rm.py🛑 Usage Rights & License All rights reserved by DILIP KUMAR (dilipdev3524@gmail.com )
✅ You are free to use this tool for personal or commercial projects.
✅ You may modify the code for your own use.
✅ You can share the tool or source code, as long as credit is given.
Prohibited Actions:
❌ Selling this tool or any version of it.
❌ Selling the code on marketplaces (CodeCanyon, Gumroad, etc.).
❌ Claiming ownership of the original code.
❌ Distributing as a paid product (directly or bundled).
❌ Using in SaaS without permission if monetized.
This project is not open-source for commercial resale. Respect the work.
💬 Contact Me 📧 Email: dilipdev3524@gmail.com 🐱💻 GitHub: @DILIP3524 ☕ Buy Me a Coffee: coff.ee/dilip3524
I'd love to hear how you're using it! Feature requests? Bugs? Just say hi! 🙌
📜 License This project is protected under all rights reserved. Unauthorized commercial redistribution or resale is strictly prohibited.
You may use, modify, and share freely as long as:
Credit is given to DILIP KUMAR You do not sell the tool or code You do not claim full ownership For commercial licensing inquiries, contact: dilipdev3524@gmail.com
Made with ❤️ by DILIP KUMAR | © 2025

