whishper icon indicating copy to clipboard operation
whishper copied to clipboard

Transcribe any audio to text, translate and edit subtitles 100% locally with a web UI. Powered by whisper models!

Results 42 whishper issues
Sort by recently updated
recently updated
newest added

it's possible to replicate the same request in Postman that you're making using curl? Example? curl --request POST \ --url 'http://mydomain' \ --header 'Authorization: Bearer YOUR_API_KEY' \ -F "file=@YOUR_FILE_PATH" \...

**Description of the feature you are requesting:** _Can it handle multiple tasks at once?_ **Describe the solution you'd like** _I have multiple audio files, but it seems that the current...

## Use Case - You upload audio/video plus a plain text file containing a perfect or near perfect transcript without timecodes. - whishper's added value in this use case: -...

## Foreword I searched through your guide and issue tracker for: - Syllable - Word by Work - Lyrics - Karaoke And non yielded any results. ## Questions 1. Does...

I get the error: ```/app/whishper: exec format error``` on the Whishper-backend docker build. The build has an ARM64 build on Docker Hub. Build details.: ARM64 Ubuntu 22.04 LTS build on...

bug

## **Description** I just performed a fresh install on a new Raspberry Pi 5. I set everything up as per the directions, no editing of the docker-compose or env files...

When I go to the edit mode and click on any point of the audio/video on the left, I want the transcription pane on the right to jump to the...

## **Description** After some time I get the error "Couldn't save" ![whishper](https://github.com/pluja/whishper/assets/44767337/8778602c-0eec-4d6f-aba6-79420867498a) ### **To Reproduce** Steps to reproduce the behavior: 1. Edit your transcript 2. Doubleclick on the preview audio/video...

## **Description** Using a reverse nginx proxy on the same network as the transcribe VM. ### **To Reproduce** 1. Install Whishper according to the script. 2. Change the .env to...

This adds [WhisperX](https://github.com/m-bain/whisperX), useful to me because it's faster and has word-level timestamps. (Word level timestamps are used here in order to "regroup" subtitle lines more logically, e.g. each sentence...