Get transcript summaries of Web videos.
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
TheoryOfNekomata 66b3f742b1 Refactor API há 1 ano
src Refactor API há 1 ano
test Refactor API há 1 ano
.env.example Use env variable for prompts dir, refactor events há 1 ano
.eslintrc Initial commit há 1 ano
.gitignore Initial commit há 1 ano
LICENSE Initial commit há 1 ano
README.md Update README há 1 ano
package.json Minor refactor há 1 ano
pridepack.json Initial commit há 1 ano
prompt-template.hbs Initial commit há 1 ano
tsconfig.eslint.json Initial commit há 1 ano
tsconfig.json Initial commit há 1 ano
yarn.lock Initial commit há 1 ano

README.md

webvideo-transcript-summary-core

This is the core SDK for summarizing transcripts for Web videos.

Setup

  1. Install dependencies.
  2. Copy .env.example to .env and fill in the correct values.
  3. Refer to prompt-template.hbs and create lists of prompts:
    • prompts/normalize-transcript-text.hbs is needed for putting proper punctuation to transcript text.
    • prompts/summarize-transcript.hbs is needed to perform actual summarization.
  4. Run npm run build to build the project.