As the title says I would like to install Deepspeech on my pi zero and wanted to ask if this is possible ?
You would need to adapt cross-compilation to target this device, but you would also need to severely reduce the model size to accommodate the computational power of the pi zero. What exactly do you want to achieve ?
Thanks for the info.
I wanted to use deepspeech for my own speech assistant. The speech-assistant should control the lights and some other IOT devices.
I thought the pi zero would be enough in terms of performance but maybe I should switch to a pi 4
Pi Zero is really much lower resources. Though, if you aim at very simple command-and-control, maybe you can reduce the model complexity enough that it works, but you need to investigate and this is non trivial, since you will have to retrain from scratch and adjust hyper-parameters.