CoolFace
Apppublic

ToadPres/3d-scene-generator

sourceHugging Facemitupdated 8mo agoView on Hugging Face
0likes
App README

๐ŸŒŒ 3D Scene Generator Backend

FastAPI backend for 3D scene generation using:

  • โ€”Google Gemini 2.5 Flash Image for AI image generation
  • โ€”Apple SHARP for 3D Gaussian Splatting

API Endpoints

  • โ€”GET /health - Health check
  • โ€”POST /api/generate - Generate 3D scene
  • โ€”Header: X-API-Key - Your Gemini API key
  • โ€”Body: {"prompt": "your scene description"}

Links