Remove the Background and add a Virtual Backgroud to Live Camera feed.
Loved the project? Show your love to the developer by starring this repo.
A React app that can add virtual background to a live video stream in the browser. We can choose the background from our device storage. To remove the background from the live camera feed used MediaPipe Selfie Segmentation.
This project is already deployed on https://imkrrish.github.io/SelfieSegmentation_video/
Instructions for local deployment are given below:
- Clone the repository
git clone
- Enter the project directory
cd SelfieSegmentation_video
- Install dependencies
npm install
- Start local dev server
npm start
- View local deployment at http://127.0.0.1:3000
Contributions are welcomed!