← Back to all articles

Artificial Intelligence articles

profiq Video Blog: How to Train and Use Your Own Voice AI Model with Applio

profiq Video Blog: How to Train and Use Your Own Voice AI Model with Applio

Anke Corbin
Anke Corbin

5 min read2 years ago

The rise of synthetic voice technology has opened up new possibilities for a variety of voice-based applications. Whether it's creating personalized voice assistants, enhancing accessibility tools, or developing unique AI-driven experiences, the potential is vast. How easy is it to create a custom voice AI model that runs locally on your computer?

    Read article
    JSON

    Let’s make LLMs generate JSON!

    Miloš Švaňa
    Miloš Švaňa

    15 min read2 years ago

    In this article, we are going to talk about three tools that can, at least in theory, force any local LLM to produce structured output: LM Format Enforcer, Outlines, and Guidance. After a short description of each tool, we will evaluate their performance on a few test cases ranging from book recommendations to extracting information from HTML. And the best for the end, we will show you how forcing LLMs to produce a structured output can be used to solve a very common problem in many businesses: extracting structured records from free-form text.

    Read article