@facurodriguez/video-filters
v0.0.12
Published
Eulerr library created on top of TensorFlow with the intention of applying filters to videos on the web
Downloads
15
Readme
eulerr-filters
Filters using Google BodyPix library
- add opentok credentials in server.js. this app uses a fixed session-id and generates tokens for this session-id
- "npm install" to install dependencies
- "npm start" to start the sever
- http://localhost:8026/filters to open the webpage that uses filters
List of filters
- Background blur - adjustable threshold
- Color pop - converts background to greyscale while keeping the subject in color
- Pixelate - pixelates background - adjustable threshold
- Background image - replaces background with selected image
- Background video - replaces background with live video (very CPU intensive maybe disable?)