Student Builds AI Background Removal Tool That Runs Entirely in the Browser
A 19-year-old French student developed a client-side AI background remover using RMBG-1.4 and SAM. The tool processes images in ~2 seconds without needing a server or upload. The project is part of the Allplix.com platform.

A 19-year-old student in France has developed an AI-powered background removal tool that operates entirely within the browser, eliminating the need for server uploads or processing. The tool, built using RMBG-1.4 and SAM models via ONNX Runtime WASM, processes images in approximately two seconds on a laptop and is functional on mobile devices. The student, who created this as part of the Allplix.com platform, highlights the privacy benefits of client-side processing.
This development is significant because it demonstrates the growing capability of running complex AI models directly in the browser. Traditional background removal tools often require server-side processing, which can raise privacy concerns. By leveraging WebAssembly (WASM) and ONNX Runtime, this project showcases a viable alternative that keeps user data local. The performance, while not as fast as server-side solutions, is impressive for a client-side application.
The project has garnered attention on Hacker News, with users praising its privacy-focused approach. The student is open to discussing the technical challenges and optimizations involved in running machine learning models within a browser tab. Future developments could focus on improving speed and expanding the tool's functionality, potentially integrating more advanced AI models. This innovation could set a new standard for privacy-conscious AI tools in the browser.