2. Installation
This section guides you through installing Tiny ML Tensorlab on your system. Choose the installation path that best fits your needs.
Contents
2.7. Quick Start
For Users (Quick Install)
If you want to use Tiny ML Tensorlab without modifying the source code:
pip install git+https://github.com/TexasInstruments/tinyml-tensorlab.git@main#subdirectory=tinyml-modelmaker
For Developers (Full Install)
If you want to customize models, add features, or contribute:
git clone https://github.com/TexasInstruments/tinyml-tensorlab.git
cd tinyml-tensorlab/tinyml-modelmaker
./setup_all.sh
git clone https://github.com/TexasInstruments/tinyml-tensorlab.git
cd tinyml-tensorlab\tinyml-modelmaker
python -m pip install --editable .
See the detailed guides in this section for complete instructions.