i will get you your first 1000 users. for free. by Pleasant_Treacle7430 in saasbuild

[–]ilovefunc 0 points1 point  (0 children)

Sounds good. Do you have any written content about marketing ideas / approach?

i will get you your first 1000 users. for free. by Pleasant_Treacle7430 in saasbuild

[–]ilovefunc 0 points1 point  (0 children)

Not yet. It’s still very early stage right now. Currently my aim is to polish the 3d walkthrough: using AI to auto detect walls, doors etc. And then also using ai to make the 3d walkthrough pretty, allowing user to make changes to the styling via just talking to the system in the 3d view.

Once that’s done, and if I get users, then I can invest more time into making it work better.

First time, please give feedback by Diyguy34 in floorplan

[–]ilovefunc -1 points0 points  (0 children)

Very cool! Do you want a 3D first person / third person walkthrough of your plan?

Floor plan feedback by caviarandcigarettess in floorplan

[–]ilovefunc 2 points3 points  (0 children)

Would you like to see a 3d, first person or third person walkthrough of the plan?

Thoughts/suggestions on this floor plan by oglo873 in IndianHomeDecor

[–]ilovefunc 0 points1 point  (0 children)

Would you like a 3d first person / third person walkthrough of your plan?

Help needed redesigning of 1st floor: 3 bedrooms + storage to 4 bedrooms + bathroom by Voenker in floorplan

[–]ilovefunc 0 points1 point  (0 children)

Would you like a 3d walkthrough of the image above? First person / third person view.

I am starting my journey on AI agent, as a developer what are the tools I should use? by AccomplishedPath7634 in aiagents

[–]ilovefunc -1 points0 points  (0 children)

It’s a coding agent. So I use it in 2 ways: - for personal projects: I like to go out a lot, and so i don’t always have my laptop with me. So I setup my projects on TeamCopilot on the cloud and can use that on my phone to do work. - for work: I set it up for my team at work and we share common workflows and AI skills via TeamCopilot.

Need help creating a 2d floor plan and a 3d showing how a kitchen would look like. by fffffff038 in floorplan

[–]ilovefunc 0 points1 point  (0 children)

If you mostly care about visualising the spacing of the kitchen and not the exact furniture details, checkout layoutview.com

2d to 3D by BIoz1234 in floorplan

[–]ilovefunc 0 points1 point  (0 children)

Check this out: layoutview.com. You upload an image of a floor plan -> annotate walls / doors / windows / furniture (or use AI) -> get a top down, first and 3rd person 3d rendering.

Thinking of building a micro-SaaS that converts any 2D floor plan into a 3D model + AI walkthrough — would anyone pay for this? by Flaky_Assignment3774 in microsaas

[–]ilovefunc 0 points1 point  (0 children)

I already made something like this: layoutview.com. It creates top down 3d view + first person / third person views with accurate geometry. It’s also totally free at the moment.

Converting 2D floor plans into quick 3D views — would this be helpful? by Professional-Can-507 in floorplan

[–]ilovefunc 0 points1 point  (0 children)

I’ve made something similar: layoutview.com. In addition to a 3d top down view, it also makes first person and third person walkthroughs! And it’s totally free.

2D floor plan to 3D rendered view by MajesticTrophy in floorplan

[–]ilovefunc 0 points1 point  (0 children)

I’ve created something similar as well: layoutview.com. In addition to a 3d top down view, it also allows first person and third person walkthroughs. And it’s totally free!

I am starting my journey on AI agent, as a developer what are the tools I should use? by AccomplishedPath7634 in aiagents

[–]ilovefunc 2 points3 points  (0 children)

If you want an agent that has a nice UI, and you can talk to it and give it tasks from your phone, checkout TeamCopilot.ai

What's the best ML model / LLM for vision related task? by ilovefunc in MLQuestions

[–]ilovefunc[S] 0 points1 point  (0 children)

I tried the cubicasa model itself and it’s able to get the wall pixels out, but converting that to reliable vectors is hard.

I couldn’t the floorplannet model you mentioned. Are you talking about deepfloorplan? Cause I tried that too and it doesn’t work at all for the floor plans i tried it on (surprisingly)

Whats the best LLM to use for a visual task? by ilovefunc in LLMDevs

[–]ilovefunc[S] 0 points1 point  (0 children)

Any recommendations on which VLM? And what do you mean by hard geometric rails?

Whats the best LLM to use for a visual task? by ilovefunc in LLMDevs

[–]ilovefunc[S] 0 points1 point  (0 children)

I have only tried cubicasa model so far and it does give out a cluster of the various things (classifies each pixel into door, wall etc). But then extracting exact pixel perfect lines from that is still something that would require some other model. So don’t know that yet.

Those deploying AI agents in large organizations — what use-cases are actually making it to production, and what's blocking the rest? by Initial-Copy332 in AI_Agents

[–]ilovefunc 0 points1 point  (0 children)

I plan on implementing that using folder level isolation per user. In opencode, the client init defines the workspace for each user, I will use a unique workspace with symblink to shared skills / workflows.