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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Media Hoarder X ChatGPT

2 点作者 MK2k超过 2 年前
With all the craze around ChatGPT a good friend brought up an interesting question: how good could it be in recommending movies and could it be integrated in Media Hoarder - the media frontend?<p>I tried a few queries to ChatGPT:<p>- &quot;Provide a list of oscar winning movies of 2020 and their IMDB IDs&quot;<p>- &quot;Provide a list of mind-bending movies and their IMDB IDs&quot;<p>- &quot;Provide a list of action movies where the protagonist is female and wields a shotgun and their IMDB IDs&quot;<p>and ChatGPT&#x27;s answers are quite spot on!<p>The next task was: How to integrate ChatGPT into Media Hoarder?<p>Media Hoarder runs on Electron which allows to fully control a browser window. So you can:<p>- open up a browser window and launch <a href="https:&#x2F;&#x2F;chat.openai.com" rel="nofollow">https:&#x2F;&#x2F;chat.openai.com</a><p>- ask the user to have ChatGPT also return IMDB IDs<p>- and continuously poll them from the DOM<p>All in all, a really nice feature, implemented without much effort.<p>Of course, as we all know, ChatGPT isn&#x27;t always correct but very confident. So no answer it provides should be trusted 100%. But I think it&#x27;s a great start in discovering movies. You can always go deeper with Media Hoarder&#x27;s metadata and filtering abilities.<p>Media Hoarder Website: &lt;<a href="https:&#x2F;&#x2F;media.hoarder.software" rel="nofollow">https:&#x2F;&#x2F;media.hoarder.software</a>&gt;<p>Blog post &quot;AI Recommendations with ChatGPT&quot;: &lt;<a href="https:&#x2F;&#x2F;media.hoarder.software&#x2F;blog&#x2F;ai-recommendations-with-chatgpt" rel="nofollow">https:&#x2F;&#x2F;media.hoarder.software&#x2F;blog&#x2F;ai-recommendations-with-...</a>&gt;<p>GitHub project: &lt;<a href="https:&#x2F;&#x2F;github.com&#x2F;theMK2k&#x2F;Media-Hoarder">https:&#x2F;&#x2F;github.com&#x2F;theMK2k&#x2F;Media-Hoarder</a>&gt;<p>cheers<p>-- MK2k

1 comment

MK2k超过 2 年前
A short video of the feature in action: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;EqiChgd2iuo" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;EqiChgd2iuo</a>