Skip to content

Track an object in a video and add a green screen to the background.

Notifications You must be signed in to change notification settings

zou-yu/green-screen-creator

 
 

Repository files navigation

Green Screen Creator

Track objects in videos and add a green screen to the background.

Powered by Meta's Segment Anything Model (SAM) on Replicate.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

About

Track an object in a video and add a green screen to the background.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 81.4%
  • TypeScript 12.1%
  • JavaScript 6.5%