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…
At waypost.ai we have built an in-house method for Question and Answering using LLM technologies to not only answer questions about an application but to guide users by telling them…
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…
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…
On the 12th of April 2023 Databricks released the first “open source, instruction-following LLM, fine-tuned on a human-generated instruction dataset licensed for research and commercial use”, named Dolly 2.0. I…
Question answering (QA) is a NLP technique that allows machines to answer questions in natural language. It uses various approaches such as rule-based, information retrieval-based, and machine learning-based systems, including…