Maker.io main logo
PROJECT

Robotic AI Bear using ChatGPT

By Adafruit Industries

Give this robotic toy bear an upgrade using ChatGPT.

PROJECT

How to Run Custom Speech-to-Text (STT) and Text-to-Speech (TTS) Servers

By ShawnHymel

How to run Mozilla DeepSpeech and TTS services on a local computer for Mycroft AI

PROJECT

How to Create a Custom Wake Word for Mycroft AI

By ShawnHymel

This tutorial will walk you through the process of setting up a virtual machine to train a custom wake word for Mycroft AI

PROJECT

How to Create a Custom Skill for Mycroft AI on Raspberry Pi

By ShawnHymel

This tutorial will show you how to create a custom skill that controls hardware for the Mycroft AI voice assistant program on a Raspberry Pi

PROJECT

TensorFlow Lite Tutorial Part 3: Speech Recognition on Raspberry Pi

By ShawnHymel

In this tutorial we will develop a Python program that reads the TensorFlow Lite model file and uses it to perform wake word recognition in real time.

PROJECT

TensorFlow Lite Tutorial Part 2: Speech Recognition Model Training

By ShawnHymel

In this tutorial, we will briefly go over how a convolutional neural network (CNN) works and how to train one using TensorFlow and Keras.

PROJECT

TensorFlow Lite Tutorial Part 1: Wake Word Feature Extraction

By ShawnHymel

In this tutorial, we will introduce the concept of Mel Frequency Cepstral Coefficients (MFCC) and how to compute them using Python libraries.