https://github.com/replicate/green-screen-creator
Track an object in a video and add a green screen to the background.
https://github.com/replicate/green-screen-creator
Last synced: 11 months ago
JSON representation
Track an object in a video and add a green screen to the background.
- Host: GitHub
- URL: https://github.com/replicate/green-screen-creator
- Owner: replicate
- Created: 2024-08-07T20:20:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-18T19:50:01.000Z (about 1 year ago)
- Last Synced: 2025-02-23T11:15:28.826Z (11 months ago)
- Language: Vue
- Homepage: https://green-screen-creator.vercel.app
- Size: 10.7 MB
- Stars: 76
- Watchers: 3
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Green Screen Creator
Track objects in videos and add a green screen to the background.
Powered by Meta's [Segment Anything Model (SAM)](https://replicate.com/meta/sam-2-video) on Replicate.
## Setup
Make sure to install the dependencies:
```bash
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
```
## Development Server
Start the development server on `http://localhost:3000`:
```bash
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run dev
```