AI Tattoo Generator: App Development Use Case for AI Engineers
I strongly believe that there is still so much potential in generative AI that is untapped, even in this oversatured market where AI is added to everything. This potential can…
I strongly believe that there is still so much potential in generative AI that is untapped, even in this oversatured market where AI is added to everything. This potential can…
LLMs are very poor at math, even if you happen to add a math textbook to its dataset. It will not learn to do calculations well. This teachback article will…
It has recently become possible to alter any audio file to sound like a famous artist by the proces of altering the original file with deep learning. This model is…
Oddly enough I couldn’t find anything like a proper AI Tarot card reading game online so ofcource I had to build it. Tarot reading games seem simple to implement. Building…
Prompt engineering is a crucial technique for improving the performance of large language models (LLMs), allowing users to customize the model’s behavior to specific tasks or domains. By designing effective…
This page introduces the use of the library praw to aquire information from reddit (read ‘forum’ if you’re not familiar) to be used as a starting point for an argument…
This page gives a quick overview of the main points to pay attention to when optimizing code for speed and simplicity. For this example I optimize code from a previous…