TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: AI-Augmented Photo Albums

1 点作者 yunusabd超过 4 年前

1 comment

yunusabd超过 4 年前
Hi HN, so I realized that there&#x27;s no real digital equivalent to the good old (analog) photo album. Yes there are Google&#x2F;Apple Photos or Flickr&#x2F;Instagram for organizing and sharing photos. But none of those seems to embrace the idea of a photo album as a space for presenting your photos.<p>On the other hand, there are services for creating physical photo albums, but for those the digital album is just an intermediate step for the actual goal of ordering a physical copy.<p>My idea of a digital-first photo album:<p>- The overall goal is to create a pleasant viewing experience on any screen<p>- The design of the album should change depending on the photos<p>- There should be a way of annotating and decorating the album<p>The first version I made felt a little empty, so I tried coming up with a way of generating suitable backgrounds for each photo. My first idea was using a GAN to generate abstract background patterns, but I couldn&#x27;t really produce meaningful results with that approach. So in the end I trained a neural net to predict emojis for a given photo, and use these emojis as a background pattern. The predictions aren&#x27;t perfect, sometimes even comically off, but overall pretty decent for a 7.7MB model that&#x27;s running in the browser.<p>For the privacy-conscious it might be worth pointing out that, up to the point where you actually sign up, the whole onboarding process is happening only in the browser, without sending data to the server. So if you want to try it without giving up any data, you can do so.<p>Also pretty surprising that the domain was still available.