Get transcript summaries of Web videos.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
TheoryOfNekomata 66b3f742b1 Refactor API před 1 rokem
src Refactor API před 1 rokem
test Refactor API před 1 rokem
.env.example Use env variable for prompts dir, refactor events před 1 rokem
.eslintrc Initial commit před 1 rokem
.gitignore Initial commit před 1 rokem
LICENSE Initial commit před 1 rokem
README.md Update README před 1 rokem
package.json Minor refactor před 1 rokem
pridepack.json Initial commit před 1 rokem
prompt-template.hbs Initial commit před 1 rokem
tsconfig.eslint.json Initial commit před 1 rokem
tsconfig.json Initial commit před 1 rokem
yarn.lock Initial commit před 1 rokem

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.