/speech-recognition-with-python

Workshop on speech recognition with Python.

Primary LanguageJupyter Notebook

speech-recognition-with-python

Workshop on speech recognition with Python. Developed in Google Colab.

The workshop includes application examples of the following tools:

Instructions for running a workshop using Google Colab

  1. Go to speech_recognition_with_python.ipynb and click on Open in Colab button on top of the notebook.
  2. Copy .wav files from audio_files directory into your personal Google Drive. Suggested path of the directory with the audio files is: Colab Notebooks/speech_recognition_with_python. Note: If you will be storing these files in a different location, be sure to change the PATH constant in the notebook.
  3. Mount your Google Drive to your Google Colab notebook.
  4. And... that's all! šŸ„³ Have a great learning experience!

Please note: To use AssemblyAI you need to create your own account on https://www.assemblyai.com/. After creating your account, you will receive an AssemblyAI API Key, which you need to copy into notebook (change the value of ASSEMBLY_AI_API_KEY constant in the notebook).