App Snack
  • Home
  • About
  • Privacy
Sign in Subscribe

AI

Easy local voice cloning in Python with Coqui-TTS

Easy local voice cloning in Python with Coqui-TTS

Here we are going to add voice cloning to our python based application using the Coqui-TTSs project. First we will need to download the files from github. git clone https://github.com/idiap/coqui-ai-TTS This is a fork of the original project that will work with newer versions of python.
App Snack 06 Nov 2025
Getting started with Ollama

Getting started with Ollama

Now we will install Ollama. This is a tool that will allow you to interact with several LLM's. First we will need to make sure curl is installed sudo apt install curl Now we will install Ollama curl -fsSL https://ollama.com/install.sh | sh Now we can
App Snack 31 Jul 2025
Install CUDA Toolkit for your AI

Install CUDA Toolkit for your AI

First thing is to install NVIDIA CUDA Toolkit. but first lets just make sure the packages are up to date. sudo apt update && sudo apt upgrade If there were any updates it's a good idea to reboot to make sure there are no errors from updating
App Snack 31 Jul 2025

Subscribe to App Snack

Don't miss out on the latest news. Sign up now to get access to the library of members-only articles.
  • Sign up
  • Contact
  • Consent Preferences
App Snack © 2025. Powered by Ghost