Project-FreeSpeech
Documentation on creating custom programs for Tape Measure's (TM) Core IO. This project aims to get three AI models running locally on TM's hardware. One, a live speech-to-text model based on OpenAI's whisper. Two, a large language model (multiple currently being considered). Three, a text-to-speech model based on Tortoise TTS, giving TM a more realistic and personal touch.
Basics of Docker & Example Program
Utilizing Docker this chapter shows how I got custom WAV files to be played on a mounted speaker.
Basics of Docker - Files, Images, & Containers
Docker Let's start off with a common question, what exactly is Docker? In textbook terms, Docker...
Building, Running, & Packaging Dockerfiles
This page is on what to do after you've created your docker file and how to run and package it to...
Uploading to Tape Measure
This page showcases two ways you can upload your .tgz file into TM's core IO and how to load the ...
Example Program
This is a basic example of how custom commands are created, dockerized, packaged, and then finall...