All articles

Blog

This blog is intended for software system engineers, architects and managers or people generally interested in development, testing and integration of software systems...

Tags

Show all 23 tagsShow fewer tags

43articles

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

3 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!

Anonymous author profile picture
Miloš Švaňa

9 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