Live data from Hacker News

Show HN: Real Enhance – Automated Image Enhancement for Real Estate

realenhance.com

1–5 of 5 posts

Re: Show HN: Real Enhance – Automated Image Enhancement for Real Estate

#2
I've been enjoying learning model based image enhancement, decided to wrap it up as a little service.

This works by predicting the parameters to a pixel wise polynomial over r,g,b,r * g,r * b,g * b,r^2,g^2,b^2,r * g * b.

Trying to build a habit of pushing projects live rather than just finishing a neat algorithm and letting it gather dust.

Re: Show HN: Real Enhance – Automated Image Enhancement for Real Estate

#3

I've been enjoying learning model based image enhancement, decided to wrap it up as a little service. This works by predicting the parameters to a pixel wise polynomial over r,g,b,r * g,r * b,g * b,r^2,g^2,b^2,r * g * b. Trying to build a habit of pushing projects live rather than just finishing a neat algorithm and letting it gather dust.

You should include some before and after demo examples on the landing page so we know what to expect.

Re: Show HN: Real Enhance – Automated Image Enhancement for Real Estate

#4

I've been enjoying learning model based image enhancement, decided to wrap it up as a little service. This works by predicting the parameters to a pixel wise polynomial over r,g,b,r * g,r * b,g * b,r^2,g^2,b^2,r * g * b. Trying to build a habit of pushing projects live rather than just finishing a neat algorithm and letting it gather dust.

You should include some before and after demo examples on the landing page so we know what to expect.

Will do, in hindsight that is a super obvious thing I didn't think about when trying to get this quickly out.