************** Speech to text ************** Download all scripts: :download:`speech_to_text.zip ` Set up a virtual environment ============================ https://docs.python.org/3/tutorial/venv.html .. code-block:: bash # Create a new virtual environment $ python3 -m venv venv-COURSE # Activate the virtual environment # macOS or Unix $ source venv-COURSE/bin/activate .. code-block:: powershell # Windows $ venv-COURSE\Scripts\activate.bat speech_to_text.py ================= .. literalinclude:: speech_to_text/speech_to_text.py :language: python3 speech_to_text_multilingual.py ============================== .. literalinclude:: speech_to_text/speech_to_text_multilingual.py :language: python3