Get transcript summaries of Web videos.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
TheoryOfNekomata 9252b037ca Minor refactor 1 anno fa
src Minor refactor 1 anno fa
test Minor refactor 1 anno fa
.env.example Minor refactor 1 anno fa
.eslintrc Initial commit 1 anno fa
.gitignore Initial commit 1 anno fa
LICENSE Initial commit 1 anno fa
README.md Minor refactor 1 anno fa
package.json Minor refactor 1 anno fa
pridepack.json Initial commit 1 anno fa
prompt-template.hbs Initial commit 1 anno fa
tsconfig.eslint.json Initial commit 1 anno fa
tsconfig.json Initial commit 1 anno fa
yarn.lock Initial commit 1 anno fa

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.

Use npm link to use it on your own project.