How to Build a Real-Time Transcription Web App in Python using AssemblyAI and Streamlit
Obtain your free AssemblyAI API key.
To recreate this web app on your own computer, do the following.
Firstly, we will create a conda environment called transcription
conda create -n transcription python=3.9
Secondly, we will login to the transcription environment
conda activate transcription
git clone https://github.com/dataprofessor/realtime-transcription
pip install -r requirements.txt
streamlit run streamlit_app.py