Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 960 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 960 Bytes

Rembg Web App - remove.io

Hello everyone here is a background removal app built with React - Python on the backend, it uses flash and rembg

HOW TO START USING THE APP ?

Here is a link if you want to test it on codesandbox it should auto start if it does not do

   pip install -r server/requirements.txt
   # then
   npm run dev

Or you can clone the repo and make sure that you have python 3.10.6 installed,above or below this version may not work

   pip install -r server/requirements.txt
   # then
   npm run dev

Performance on codesandbox

It may take really long times removing background,if you really want to inspect the project i would say you run it on your local machine

I appreciate any PR or any kind of support,thank you..