Technology that removes the background of images using the inspyrenet 2022 model ported to a node package.
- Install our bun (fast runtime with built-in typescript support) i prefer using.
- Install packages i prefer pnpm so
pnpm install
, this may take a while due to the installation script. - Upload images in the /images directory.
- Run either by
pnpm run dev
orbun run .
. - For support, questions or else join our Discord.
- transparent-background by @makidoll - used to remove the background of images.
- fs - used to write the data in .json files.
- path - used to find paths easily.