Skip to content

Removes your video background and adds green screen Using the briaai/RMBG-1.4 from HuggingFace

Notifications You must be signed in to change notification settings

Gowtham58/Video-Background-Remover-Green-Screen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video-Background-Remover-Green-Screen

Removes your video background and adds green screen Using the briaai/RMBG-1.4 from HuggingFace

Methodology

Uses the cv2 library to read a video frame by frame. Then removes the background from every frame using the RMBG model from Briaai in HuggingFace

User Interface

The UI was built using Gradio

Image

INPUT

input.mp4

OUTPUT

out.mp4

TO RUN LOCALLY

  1. Download the repository or clone it locally
  2. Create a python virtual environment using python -m venv
  3. Once Created Activate the virtual environment
  4. Install the packages from the requierments.txt pip install -r requirements
  5. Run the application using python app.py

About

Removes your video background and adds green screen Using the briaai/RMBG-1.4 from HuggingFace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages