केस स्टडी

Production

3D Wall Decor

एक real-time 3D wall-visualization tool: दीवार की फ़ोटो और उस पर खींचे measurements से Blender 3D model और itemized bill of materials बनते हैं। मैंने मौजूदा system में कुछ खास सुधार किए।

स्टैक

टेक्नोलॉजीज़

FastAPIBlenderThree.jsReactGeminiOpenAIPython

संदर्भ

टैग्स

ai3dfull-stack

अवलोकन

एक home-services कंपनी के लिए client work। उपयोगकर्ता दीवार की फ़ोटो लेकर उस पर measurements खींचता है; AI (Gemini/OpenAI) संरचना समझता है, Blender headless 3D model बनाता है, 22-rule joint engine itemized bill of materials देता है, और Three.js से browser में render होता है।

मैं एक मौजूदा codebase में शामिल हुआ, इसलिए मेरा काम पूरे system के बजाय खास सुधार थे।

फ़ीचर्स

मेरे योगदान

  • materials को उनके असली, अलग रंगों में render किया (पहले सब grey थे)।
  • असली images से photorealistic rendering की ओर बढ़ाया।
  • resize और rule-engine cost recomputation के bugs ठीक किए।
  • 10k+ lines वाली files को tests हरे रखते हुए छोटे modules में बाँटा।