https://github.com/steveseguin/digital-greenscreen
Just some sample prototype green screen code using Tensorflow lite
https://github.com/steveseguin/digital-greenscreen
camera greenscreen javascript tflite webcam
Last synced: about 1 month ago
JSON representation
Just some sample prototype green screen code using Tensorflow lite
- Host: GitHub
- URL: https://github.com/steveseguin/digital-greenscreen
- Owner: steveseguin
- License: apache-2.0
- Created: 2021-03-23T20:44:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T11:12:06.000Z (almost 3 years ago)
- Last Synced: 2025-04-13T01:56:38.231Z (about 1 month ago)
- Topics: camera, greenscreen, javascript, tflite, webcam
- Language: JavaScript
- Homepage: https://steveseguin.github.io/digital-greenscreen/
- Size: 1.71 MB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Digital Greenscreen
Just some sample prototype green screen code using Tensorflow lite. Unlike other packages out there, this is extremely simplified for easy access and relatively clear understanding of what's going on.### Requirements to use
This requires WASM + SIMD supported (enabled?) on your browser; also it requires Chromium >= v87. (chrome or edge , etc)
To enable WASM + SIMD, go to `chrome://flags` and enable `WebAssembly SIMD support.`

It is also hard-coded to 720p, so your camera needs to support that.
### TRY NOW!
Try it out live: https://steveseguin.github.io/digital-greenscreen/

### Licencing
This project was initially based on the works of Google and this repo: https://github.com/Volcomix/virtual-background ; Apache-2.0 License.
The Google portion was published initially with an Apache lic, although it changed to a Google Lic at a later date. (?)