0.9.5 • Published 1 year ago

capsaicin v0.9.5

Weekly downloads
-
License
Unlicense
Repository
-
Last release
1 year ago

Table of Contents

  1. Installation
  2. Usage
    1. Options
  3. Development
    1. Scripts

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 suites
  • ui run test server
  • dev run development server, which will build the typescript upon save
  • build compile the typescript to javascript
  • start launch the compiled javascript
0.9.4

1 year ago

0.9.5

1 year ago

0.9.3

1 year ago

0.9.2

1 year ago

0.9.1

1 year ago

0.9.0

1 year ago