Recording audio in Javascript
In this video, I look into how to record audio in javascript. I built this small page to help me out recording text strings for TTS training.
We go through how to create a twitch overlay in javascript so we can play a game and show updates in the overlay if the javascript code detects new followers. We also integrate it with a real-time clock counting down for stream end.
2024-07-09 17:12:13 Tuesday In this video we look at how to install stable diffusion in a docker container. This entails making our GPUs available in docker containers and running stable diffusion in a listening mode. We also enable the capability to run extensions inside of the container. Nvidia docker First of we need to get…
We use an easy method to retrain a pre-trained model for object classification. Transfer learning is an easy and quick method to retrain a model for good classification of objects.
I started to use a lot of the paint functions in Java at work and I wanted to create an example that could teach me about the different shaders available in Java. The paint interface is not something you come across if you don’t draw things in Java but having an understanding of the possibilities…
We solve the day 12 challenges for the Advent of Code.
Are you curious about how programming languages work? In this video, we explore the RosettaCode website and showcase a variety of coding tasks and examples in different programming languages. By examining real-world code, you’ll gain insights into the unique features and best practices of each language. Plus, we walk through some coding examples to demonstrate…