Nodejs project that removes backgrounds from images inside of nested windows directories using imgly's AI background removal tool.
The algorithm will traverse all the folders and sub-folders of the assets/arquivo folder inside of the root of the app (if the folder doesn't exist you can go ahead and create it manually) and run imgly's background removal AI in all images found;
- Clone the respository and cd into it;
- Make sure you are using node 18.18.0;
- Run
yarn; - Place your images/folders with images into the
assets/arquivodirectory; - Run
yarn start:dev - Your images without background will be inside of a newly created folder called
output;