KoljaB / RealtimeSTT

A robust, efficient, low-latency speech-to-text library with advanced voice activity detection, wake word activation and instant transcription.
MIT License
2.09k stars 190 forks source link

Docker support #56

Closed stevenlafl closed 5 months ago

stevenlafl commented 6 months ago

Here's a docker setup for the web demo using the latest CUDA 12.4 with CuDNN 8.

Needs additional testing of all features if we are going to go with the updates in the requirements*.txt files. But this is a start.

KoljaB commented 6 months ago

Great, thank you for this. Only updating pvporcupine==1.9.5 to pvporcupine==3.0.2 raises issues for me: Up to version 1.9.5, it was free and didn't require an internet connection. From version 2.0.0, it introduced a licensing model requiring internet for verification and potentially a paid subscription. Thus, version 1.9.5 is the last free, fully offline version.

stevenlafl commented 5 months ago

@KoljaB Thanks for the clarification. I've updated this to revert to 1.9.5.

KoljaB commented 5 months ago

Great, thank you very much