All Projects → adafruit → Adafruit_tflite_micro_speech

adafruit / Adafruit_tflite_micro_speech

Licence: other
This is a 'Arduino-ified' version of the TensorFlow Lite (experimental) micro speech example.

Deprecated Library

We've deprecated this library and are now supporting the official TensorFlow library for better support. Check out this guide for new examples!

https://learn.adafruit.com/tensorflow-lite-for-edgebadge-kit-quickstart/

Adafruit TensorFlow Lite Micro Speech Library

This is a 'Arduino-ified' version of the TensorFlow Lite (experimental) micro speech example. Some changes were made to the generated Arduino project file, and then we built some examples on top of it. We require pressing a button to record audio that is then analyzed - there is no example for continuous record/analyze (yet)

The Arcada/Tron demo woks best with PyGamer or PyBadge but any other Arcada board will work. Other demos will work fine on a breadboard.

SAMD51 works best, we recommend running at 200MHz and -Ofast for perky performance.

Check our blog post for more info

Here's a video of it in action :)

Tiny Machine Learning on the Edge with TensorFlow Lite Running on SAMD51


Copyright 2019 The TensorFlow Authors. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].