A Flutter background-removal app built at Bixosoft as internal R&D. Pick or capture a photo and a Django service running OpenCV segmentation returns a cut-out with a transparent background. It stayed an internal build and was never taken to production.

Background removal on a phone, without shipping the processing to the device.
A thin Flutter client over a Django processing service, with the wait made visible.
Capture a new photo or pick an existing one, with resizing applied before upload.
The subject is cut out server-side and returned as a PNG with a transparent background.
Upload and processing progress surfaced explicitly, so a slow job never looks like a frozen app.
Results previewed over a checkerboard so transparent regions are actually visible.
Export the cut-out to the device gallery or share it directly, handled per platform.
A typed client over the Django endpoint, with one predictable flow for upload, processing and retrieval.
Let's discuss how we can engineer a custom solution tailored to your operational bottlenecks.