coqui-ai / STT

🐸STT - The deep learning toolkit for Speech-to-Text. Training and deploying STT models has never been so easy.
https://coqui.ai
Mozilla Public License 2.0
2.27k stars 275 forks source link

Feature request: include raspberry pi install instructions in docs #2133

Open JRMeyer opened 2 years ago

JRMeyer commented 2 years ago

STT.readthedocs.io is missing instructions on how to install from release page on raspberry pi's

ftyers commented 2 years ago

Going through the default instructions will fail due to many issues, e.g.

reuben commented 2 years ago

There is still no good way to publish ARM wheels on PyPI. Maybe we can generate an index page that points to the release wheels, but there's only so much we can do to deal with fragmented workflows on Python/RPi.

ftyers commented 2 years ago

Is it possible to have better documentation and/or error messaging? For example in the README(s) in the STT-examples repo. Also, are ARM wheels supported through this also, are they likely to be supported soon because of the Apple M1?