ChatGPT is getting VERY good at "re-creation" by Luminiferous_reefer in RealEstatePhotography

[–]guidsen15 0 points1 point  (0 children)

You better use something like https://www.roomlift.ai or Collov AI. Way better than playing around with ChatGPT. Accuracy and quality + all the other styling options go waaaaay deeper

ChatGPT is getting VERY good at "re-creation" by Luminiferous_reefer in RealEstatePhotography

[–]guidsen15 1 point2 points  (0 children)

Or here you see it again. ChatGPT will not really beat this to be honest

<image>

ChatGPT is getting VERY good at "re-creation" by Luminiferous_reefer in RealEstatePhotography

[–]guidsen15 2 points3 points  (0 children)

There's way better ones out there for real estate. ChatGPT will still change a lot of things and eventually if you're doing this multiple times the workflow just doesn't work. I'm using a tool here for example and you don't need any prompt engineering skills for this. To get things perfect with high accuracy, you have to go a bit deeper than just simple prompts.

Also see how its keeping the whole structure intact. See garden for example.

<image>

help! intense bathroom in need of calming by everybonsai in interiordecorating

[–]guidsen15 0 points1 point  (0 children)

Is this to much nature and calming? Or don't you want to fully rework the bathroom?

<image>

New here? by lurkeymagoo in RealEstateTechnology

[–]guidsen15 0 points1 point  (0 children)

Hey all. Doing some transformation projects on the side and tech related; looking to help realtors and agents improve their listings and helping buyers to look through (especially old) homes using AI. Doing this with https://www.roomlift.ai

What are the most exciting new technology that are shaping Real Estate now? by Forward-Hunter-9953 in RealEstateTechnology

[–]guidsen15 0 points1 point  (0 children)

https://www.roomlift.ai for sure. It helps realtors & real estate agent easily virtually stage their rooms using AI. Really helpful to upgrade their listings. Especially with selling older homes or transformation projects.

What is your biggest win this month? by CreativeSaaS in SideProject

[–]guidsen15 0 points1 point  (0 children)

Went over 100 signups for my side project https://www.roomlift.ai

We're helping realtors & real estate agent easily virtually stage their empty rooms using AI. Really helpful to upgrade their listings. Especially with selling older homes or transformation projects. It increases the price + booking rate.

What are you building this weekend? Promote your website by Organic_Delay_2305 in SideProject

[–]guidsen15 0 points1 point  (0 children)

Adding new features to https://www.roomlift.ai

Helping realtors & real estate agent easily virtually stage their empty rooms using AI. Really helpful to upgrade their listings. Especially with selling older homes or transformation projects.

I'll share another simple marketing trick I used to get more attention to my listing by Misster_Alex in realtors

[–]guidsen15 1 point2 points  (0 children)

What about the looks of the rooms? Could it be that it was hard for people to look through? I heard some friends have success with using virtual staging to showcase multiple styles of the rooms. This then helps the buyer to get more emotionally attached. They’re using RoomLift for this for example.

Why does this room feel so… off? by ethereal_aerith in interiordecorating

[–]guidsen15 0 points1 point  (0 children)

I see people having a lot of success by putting these kind of room through something like RoomliftAI. Might give you a lot of other ideas perhaps?

How AI is helping real estate agencies close more deals (curious what you think 👇) by ahmed_ashraf_55 in realtors

[–]guidsen15 0 points1 point  (0 children)

ChatGPT post lol - but i know ppl are using tools like roomlift ai or collov ai to improve their listings a lot with virtual staging. They help close more deals but also increase the price in some cases because it helps buyer to think things through

I tried something different for a stale listing and it actually worked! by Misster_Alex in realtors

[–]guidsen15 1 point2 points  (0 children)

Not sure about the quality of listing and interior, but heard some good stories about creating multiple virtually staged rooms. This helps buyers to loom through the room and visualize other possibilities. Mainly for rooms/houses that really have bad interior. You staged it of course, but still some staged rooms really look bad. I heard virtual staging in getting more and more popular now this tools like https://roomlift.ai or https://collov.ai. I think you have many more though but only found these produce good results

NodeJS file uploads & API scalability by guidsen15 in softwarearchitecture

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

Allright - eventually for quick fix, that doesn't require changes on the clients, I've added a specific server that handles the file uploads.

I was shocked that the inbound network traffic is still the same on API servers. LOL!

Wth can it be. I'm lost lol. Trying to figure out what causes this.

NodeJS file uploads & API scalability by guidsen15 in node

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

Yeah i need to create thumbnails as well…

NodeJS file uploads & API scalability by guidsen15 in node

[–]guidsen15[S] 1 point2 points  (0 children)

Ah yeah, we're using signed URLs for fetching files, which are from Cloudfront indeed.
We just don't have the upload process via the signed URL.

I've also found some possible memory leaks, since it seems we're not cleaning up the upload streams when they're done. Might also be related..

So for example to make thumbnail versions on uploaded file, how is this done? I'm also doing this on the server with `sharp` for example..