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>- "Provide a list of oscar winning movies of 2020 and their IMDB IDs"<p>- "Provide a list of mind-bending movies and their IMDB IDs"<p>- "Provide a list of action movies where the protagonist is female and wields a shotgun and their IMDB IDs"<p>and ChatGPT'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://chat.openai.com" rel="nofollow">https://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't always correct but very confident. So no answer it provides should be trusted 100%. But I think it's a great start in discovering movies. You can always go deeper with Media Hoarder's metadata and filtering abilities.<p>Media Hoarder Website: <<a href="https://media.hoarder.software" rel="nofollow">https://media.hoarder.software</a>><p>Blog post "AI Recommendations with ChatGPT": <<a href="https://media.hoarder.software/blog/ai-recommendations-with-chatgpt" rel="nofollow">https://media.hoarder.software/blog/ai-recommendations-with-...</a>><p>GitHub project: <<a href="https://github.com/theMK2k/Media-Hoarder">https://github.com/theMK2k/Media-Hoarder</a>><p>cheers<p>-- MK2k