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