• AIPressRoom
  • Posts
  • I trained a guessing game with the OpenAI API

I trained a guessing game with the OpenAI API

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.

00:00 Intro & Demo03:10 Generating the code with ChatGPT11:01 Generating a list of things with ChatGPT12:30 Generating questions with OpenAI API15:25 Going through the code21:00 Removing duplicate questions with cosine similarity algorithm25:08 Guessing PHP27:15 Guessing Rust