appleboy/Speech to Text OpenAI Whisper
High-performance inference of OpenAI Whisper automatic speech recognition (ASR) model
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| model | public whisper model. (available: small, medium and large) | — | small |
| audio_path | Audio Path. | — | — |
| output_folder | output folder. | — | — |
| output_format | output format, support txt, srt, csv. | — | txt |
| output_filename | output filename. | — | — |
| debug | enable debug mode. | — | — |
| print_progress | print progress. | — | true |
| print_segment | print segment. | — | — |
| youtube_url | youtube url | — | — |
| translate | translate from source language to english | — | — |
| cut_silences | cut silences | — | — |
| prompt | initial prompt | — | — |
Outputs
no outputs