Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 283 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 283 Bytes

audio-to-text

streamlit app to transcript audio to text using openai's whisper library

# 1. install packages.txt with your systems package manager
# 2. create a python environment with your preferred environment manager
pip install -r requirements.txt
streamlit run app.py