Apply Deep Learning To Generate Any Artist’s Voice (So-VITS-SVC, pyttsx4)
It has recently become possible to alter any audio file to sound like a famous artist by the proces of altering the original file with deep learning. This model is…
It has recently become possible to alter any audio file to sound like a famous artist by the proces of altering the original file with deep learning. This model is…
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…
Prompt engineering is a crucial technique for improving the performance of large language models (LLMs), allowing users to customize the model's behavior to specific tasks or domains. By designing effective…
This page introduces the use of the library praw to aquire information from reddit (read 'forum' if you're not familiar) to be used as a starting point for an argument…
This page gives a quick overview of the main points to pay attention to when optimizing code for speed and simplicity. For this example I optimize code from a previous…
A haiku is a short poem originating from Japan. It follows very specific rules to qualify as a haiku. First, it consists of three phrases. The first line has 5…
This tutorial shows how to analyse Twitter data with the aim of aquiring sentiment on various topics. This document will discuss sentiment analysis using 'textblob', entity recognition with Spacy and…