Skip to content

tejasM17/Remove-Backgrounds-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Background Removal Project (rembg + Python)

This project uses rembg to remove image backgrounds in Python.


Requirements

  • Windows 10/11
  • Python 3.11 (not 3.13)
  • pip (included with Python)
  • Virtual environment (venv)

Setup Instructions

1. Install Python 3.11

  1. Download Python 3.11: Python 3.11.0 Windows Installer
  2. During installation:
    • ✅ Check “Add Python to PATH”
    • ✅ Include pip and venv

2. Create a Project Virtual Environment

Open PowerShell in the project folder:

py -3.11 -m venv rembg-env


Activate the virtual environment:

.\rembg-env\Scripts\activate

3. Install Dependencies

Inside the activated venv:

pip install --upgrade pip
pip install rembg onnxruntime pillow

 Run the Script
python test.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages