https://github.com/semanticdata/vm-transcriber
https://github.com/semanticdata/vm-transcriber
ffmpeg openai-whisper streamlit
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/semanticdata/vm-transcriber
- Owner: semanticdata
- Created: 2025-04-25T13:35:53.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-05-05T20:52:31.000Z (9 months ago)
- Last Synced: 2025-05-07T18:12:59.879Z (9 months ago)
- Topics: ffmpeg, openai-whisper, streamlit
- Language: Python
- Homepage: https://vm-transcriber.streamlit.app/
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VoiceMail (VM) Transcriber
A [Streamlit](https://streamlit.io/) app that transcribes voicemail messages using [OpenAI's Whisper](https://pypi.org/project/openai-whisper/) models.
## Features
- Upload audio files in various formats (e.g., MP3, WAV, FLAC).
- Transcribe audio files using OpenAI's Whisper models.
- Supports multiple languages.
- Download transcriptions as text files.
## Requirements
- Python 3.7 or higher
- Streamlit
- OpenAI Whisper
- ffmpeg (for audio processing)