BodyBlock
BodyBlock copied to clipboard
Experimenting with BodyPix model and Obscuring faces/bodies.
BodyBlock
A desktop app that helps to hide faces and body parts from video
User Guide
TBD - guide to come once an alpha or beta release is made
Contribute
If you'd like to make contributions to building the application, you can do so by setting up your development environment and making changes to the code.
This project is based off the electron-webpack-starter which uses electron-webpack
.
Electron Webpack is:
A bare minimum project structure to get started developing with
electron-webpack
.
To get the app running locally for development:
1 - Install your dependencies
# install dependencies
yarn
2 - Run the app in development
# run application in development mode
yarn dev
🚀 Build the app for production
# compile source code and create webpack output
yarn compile
# `yarn compile` & create build with electron-builder
yarn dist
# `yarn compile` & create unpacked build with electron-builder
yarn dist:dir
Authors
- @shiffman - Daniel Shiffman
- @joeyklee - Joey Lee
Contributors
- @dancigrang
- @TheNullicorn
- @owenmcateer