Open-source licenses

MarkWipe runs on your device using two open-source components that your browser downloads directly, in the background, the first time you visit. Both are MIT-licensed, and both are listed here with the attribution their licenses require. Nothing else third-party runs on the tool pages.

MI-GAN

The inpainting model that reconstructs what was underneath the mark.

Copyright
© 2024 Picsart AI Research (PAIR)
License
MIT
File we serve
migan-512.v1.onnx
Source
https://github.com/Picsart-AI-Research/MI-GAN

Places2 variant, exported to ONNX. Used unmodified. The weights are served from our own storage and verified against a build-pinned SHA-256 before the engine will run them.

ONNX Runtime Web

The WebAssembly/WebGPU runtime that executes the model in your browser.

Copyright
© Microsoft Corporation
License
MIT
File we serve
ort-wasm-simd-threaded.jsep.wasm (v1.27.0)
Source
https://github.com/microsoft/onnxruntime

Byte-identical to the published npm artifact — not converted or modified — and likewise hash-verified before it is allowed to execute.

The MIT License

Both components above are distributed under the following terms, with the copyright notices given in each section.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

MarkWipe itself

The MarkWipe application code is not open source; all rights are reserved. That has no bearing on the components above, which remain under their own licenses.