# 3D高斯泼溅演示 **Repository Path**: yaofeng/ml-sharp-web ## Basic Information - **Project Name**: 3D高斯泼溅演示 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-01 - **Last Updated**: 2026-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ML-Sharp Web 应用 基于 Apple ML-Sharp 的 2D 图片转 3D 场景 Web 应用。 ## 快速开始 ```bash # 初始化环境 bash scripts/init.sh # 启动开发环境 bash scripts/dev.sh ``` ## 技术栈 - 前端:Vue 3 + Vite + Bun - 后端:FastAPI + Python - 3D 渲染:@gsplat/renderer - ML 模型:Apple ML-Sharp ## 端口 - 前端:http://localhost:3000 - 后端:http://localhost:8000 - API 文档:http://localhost:8000/docs