capsaicin
v0.9.5
Published
1. [Installation](#org5c267ff) 2. [Usage](#org7c2ed85) 1. [Options](#orgd85636e) 3. [Development](#orga6df04c) 1. [Scripts](#orgf84d518)
Downloads
9
Maintainers
Readme
Table of Contents
An AI captioning tool written with inversify.js
. Capsaicin is capable of either generating whisper captions for a given audio file or converting an .srt captions file into a series of images.
Installation
This script requires that you install the OpenAI Whisper cli, and ImageMagick. If you do not wish to use Whisper functionality or vice versa for the image outputs this step can be neglected. You will also need to have NodeJS and yarn installed. Then see scripts for instructions on how to build.
Usage
capsaicin [options] [filenames...]
Options
Development
Scripts
Capsaicin provides the following scripts, which can be launched through yarn name_of_script
:
run
— run test suitesui
— run test serverdev
— run development server, which will build the typescript upon savebuild
— compile the typescript to javascriptstart
— launch the compiled javascript