Skip to content

Nodejs project that removes backgrounds from images inside of nested directories using imgly's AI background removal tool.

Notifications You must be signed in to change notification settings

rique223/recursive-background-remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recursive-background-remover

Nodejs project that removes backgrounds from images inside of nested windows directories using imgly's AI background removal tool.

How does it work?

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;

How to run it?

  1. Clone the respository and cd into it;
  2. Make sure you are using node 18.18.0;
  3. Run yarn;
  4. Place your images/folders with images into the assets/arquivo directory;
  5. Run yarn start:dev
  6. Your images without background will be inside of a newly created folder called output;

About

Nodejs project that removes backgrounds from images inside of nested directories using imgly's AI background removal tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published