Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,21 @@ If you find our work useful, please cite the following paper:

Our codebase is built using multiple opensource contributions, please see [ACKNOWLEDGEMENTS](ACKNOWLEDGEMENTS) for more details.

## Web Interface (One-Click Setup)

For a simple web interface where you can upload images and download 3D Gaussians:

**macOS:** Double-click `start.command` in Finder.

This will automatically:
- Create the conda environment if it doesn't exist

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Đây là một heading cấp 2, bắt đầu một mục mới trong tài liệu.

Mục này giới thiệu giao diện web "one‑click" — phần tiếp theo của diff (các dòng cũng được thêm) chứa hướng dẫn sử dụng (ví dụ: macOS — double‑click start.command), mô tả các bước tự động (tạo conda env, cài phụ thuộc, khởi động server) và ảnh minh họa.

Nó được chèn ngay trước phần License, tức là README giờ có thêm hướng dẫn nhanh về cách chạy giao diện web.

- Install all dependencies if needed
- Start the web server at http://localhost:8000

![](data/web-dark.png)
![](data/web-light.png)


## License

Please check out the repository [LICENSE](LICENSE) before using the provided code and
Expand Down
Binary file added data/web-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/web-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading