An open API service indexing awesome lists of open source software.

https://github.com/gustavz/audio-to-text

streamlit app to transcript audio to text using openai's whisper library
https://github.com/gustavz/audio-to-text

audio-to-text streamlit whisper

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
```