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.

1234567891011121314
  1. # webvideo-transcript-summary-core
  2. This is the core SDK for summarizing transcripts for Web videos.
  3. ## Setup
  4. 1. Install dependencies.
  5. 2. Copy `.env.example` to `.env` and fill in the correct values.
  6. 3. Refer to `prompt-template.hbs` and create lists of prompts:
  7. * `prompts/normalize-transcript-text.hbs` is needed for putting proper punctuation to transcript text.
  8. * `prompts/summarize-transcript.hbs` is needed to perform actual summarization.
  9. 4. Run `npm run build` to build the project.
  10. Use `npm link` to use it on your own project.