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

https://github.com/semanticdata/vm-transcriber


https://github.com/semanticdata/vm-transcriber

ffmpeg openai-whisper streamlit

Last synced: 9 months ago
JSON representation

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)