Hey folks,<p>I've built removebg.dev as a hobby app designed to quickly and easily remove image backgrounds for free.<p>The app is built with the help of:<p>- The rembg (<a href="https://github.com/danielgatis/rembg">https://github.com/danielgatis/rembg</a>) ML model built by Daniel Gatis (<a href="https://github.com/danielgatis">https://github.com/danielgatis</a>).<p>- Replicate (<a href="https://replicate.com/">https://replicate.com/</a>) to interact with the ML model through an API.<p>- Next.js for building the app and Vercel for deployment.<p>The app is fully inspired by the restorephotos.io app built by @nutlope (<a href="https://twitter.com/nutlope" rel="nofollow">https://twitter.com/nutlope</a>) so a lot of credit goes his way for his tutorials.<p>You can find the source code for the app here - <a href="https://github.com/djirdehh/removebg">https://github.com/djirdehh/removebg</a>.