Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/m0rf30/shisper
- Owner: M0Rf30
- License: gpl-3.0
- Created: 2023-03-10T10:35:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-19T11:17:47.000Z (2 months ago)
- Last Synced: 2024-11-25T21:37:57.445Z (28 days ago)
- Topics: asr, bash, shisper, whisper, whispercpp
- Language: Shell
- Homepage:
- Size: 86.9 KB
- Stars: 12
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 RequestAny suggestions are welcome