Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 594 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 594 Bytes

Clearcut

Clearcut is a POC web app that uses AI to remove backgrounds from images. The app runs entirely in the browser and doesn't send any data to a server.

Demo

Keep in mind that when using solutions like this, the processing speed is dependent on the device you're using.

Getting started

git clone https://github.com/Eppu/clearcut.git
cd clearcut
npm install
npm run dev

Built with