skywolf829 / GSTK

Gaussian Splatting toolkit application. One stop shop for preprocessing your dataset, training your model with human-in-the-loop training, and editing saved GSplat PLY files.
MIT License
4 stars 1 forks source link

Web-based frontend #31

Closed skywolf829 closed 6 months ago

skywolf829 commented 7 months ago

As we are now a server-client based model, we could try to re-create our app for web. Large undertaking, but may be even more usable for most people.

May require some backend changes as well, such as the communication scheme. Instead of multiprocessing.connection, direct HTML or a vanilla socket connection might be necessary.

skywolf829 commented 6 months ago

Completed and refactored. React-based webapp now live at https://skywolf829.github.io/GSTK/. May move to firebase in the future or other free-hosting sites.