Try the app: https://guesserapp.com
Have you ever wondered how apps like Akinator work? Well in today’s video you will find out! In the times of OpenAI it is actually pretty easy to create something similar, quickly.
GitHub: https://github.com/unconv/guesser-app
Support: https://buymeacoffee.com/unconv
00:00 Intro & Demo
03:10 Generating the code with ChatGPT
11:01 Generating a list of things with ChatGPT
12:30 Generating questions with OpenAI API
15:25 Going through the code
21:00 Removing duplicate questions with cosine similarity algorithm
25:08 Guessing PHP
27:15 Guessing Rust