Ecosyste.ms: Awesome
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 2 months ago
JSON representation
streamlit app to transcript audio to text using openai's whisper library
- Host: GitHub
- URL: https://github.com/gustavz/audio-to-text
- Owner: gustavz
- License: mit
- Created: 2024-02-01T17:23:37.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-02T14:11:21.000Z (11 months ago)
- Last Synced: 2024-10-24T10:07:48.929Z (3 months ago)
- Topics: audio-to-text, streamlit, whisper
- Language: Python
- Homepage: https://audio-transcribe.streamlit.app/
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```