Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/m0rf30/shisper

A quick & dirty script to generate and view subtitles and transcriptions for your multimedia files using ggerganov/whisper.cpp
https://github.com/m0rf30/shisper

asr bash shisper whisper whispercpp

Last synced: 17 days ago
JSON representation

A quick & dirty script to generate and view subtitles and transcriptions for your multimedia files using ggerganov/whisper.cpp

Awesome Lists containing this project

README

        

# shisper

![shisper-logo](./images/logo.png)

## Description

A quick & dirty script to generate subs for your multimedia files.

## Instructions

### Required runtime dependencies

- [whisper.cpp](https://github.com/ggerganov/whisper.cpp)
- ffmpeg
- mpv

### From sources

Type:

`./shisper -h for details`

and follow the help guidelines

### For Arch Linux users

You can find shisper on AUR

Type:

`yay -S shisper-git`

for latest development changes

and that's all!

## PR

- Fork it
- Modify it
- TEST it
- Do a Pull Request

Any suggestions are welcome