Why This Matters
This innovative project demonstrates how Apple's SHARP model can be run directly in web browsers using ONNX Runtime Web, enabling users to generate and preview Gaussian splats from images without specialized software. It highlights the potential for advanced AI models to be accessible and operable directly within consumer devices, reducing reliance on powerful local hardware and fostering more interactive AI applications.
Key Takeaways
- Enables browser-based execution of complex AI models like SHARP.
- Requires both .onnx and .onnx.data files for proper model loading.
- Simplifies access to advanced image processing tools without dedicated software installations.
A browser-based Gaussian splat generator built on top of Apple SHARP. ✨
This project lets you:
upload one image
generate Gaussian splats in the browser
preview the result
download a .ply file
Links
Project repo: bring-shrubbery/ml-sharp-web
Follow the author on X: @bringshrubberyy
Upstream SHARP repo (Apple): apple/ml-sharp
... continue reading