by MK2k on 12/29/22, 5:23 PM with 1 comments
I tried a few queries to ChatGPT:
- "Provide a list of oscar winning movies of 2020 and their IMDB IDs"
- "Provide a list of mind-bending movies and their IMDB IDs"
- "Provide a list of action movies where the protagonist is female and wields a shotgun and their IMDB IDs"
and ChatGPT's answers are quite spot on!
The next task was: How to integrate ChatGPT into Media Hoarder?
Media Hoarder runs on Electron which allows to fully control a browser window. So you can:
- open up a browser window and launch https://chat.openai.com
- ask the user to have ChatGPT also return IMDB IDs
- and continuously poll them from the DOM
All in all, a really nice feature, implemented without much effort.
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.
Media Hoarder Website: <https://media.hoarder.software>
Blog post "AI Recommendations with ChatGPT": <https://media.hoarder.software/blog/ai-recommendations-with-...>
GitHub project: <https://github.com/theMK2k/Media-Hoarder>
cheers
-- MK2k
by MK2k on 12/29/22, 7:52 PM