Tacotron – Creating speech from text
We look into how to create speech from text using Tacotron.
I’m trying to solve all the Advent of Code puzzles in this video series.
In this video, we talk about Open WebUI, an open-source ChatGPT that you can run locally. It’s a front end that simplifies the use of …
We talk about creating a new user and talk about user permissions and create login profile and start script, all needed for bootstraping user login.
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
In this video, we look into the database library Galera for MySQL or MariaDB. It enables replication over multiple hosts where each host is a master and replicated to the other hosts so it’s eventually consistent.
We look into how to setup libvirt running virtualized machines with the disk data stored in an RBD pool in Ceph. We talk about the installation process and configuring ceph and storage pool.