/ml-photo-editor

Remove background from photos using Machine Learning (NodeJS, Tensorflow JS and Jimp)

Primary LanguageJavaScriptMIT LicenseMIT

Photo editor using Machine Learning

This repository is associated with this YouTube video.

In this video we made a photo editor from scratch using NodeJS. We ueed tensorflow with the BodyPix model to do body segmentation. Then, we used jimp to edit the photo and remove the background.

Install application

In order to install the application you just have to clone the repository and run npm install in the project root folder.

Start the application

To start the app run npm start in the root folder of the app.