Hacker News new | ask | show | jobs
by hypertele-Xii 1617 days ago
Why do stuff like this never come down from the web? I'd pay for a program I could download and use with my own image files.
4 comments

They tend to require specific hardware like a NVIDIA GPU. As well as having an ever evolving large model file which they will want to frequently update. Some tools certainly have had offline versions but I guess not many people are interested in setting it all up and are happy with an instant web ui
While our model is not public, there are good resources online for playing with your own images!

Like this one by fast.ai!

https://docs.fast.ai/vision.gan.html

Same reason the Coca-Cola recipe is not published nor made freely available by the Coca-Cola corporation.
You just need to code up your own model architecture and then train it on your data using some established ML framework. The first step is where well-chosen priors can make a real difference wrt. your end results.