Get transcript summaries of Web videos.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
TheoryOfNekomata 6d6a132708 Update README il y a 1 an
src Minor refactor il y a 1 an
test Minor refactor il y a 1 an
.env.example Minor refactor il y a 1 an
.eslintrc Initial commit il y a 1 an
.gitignore Initial commit il y a 1 an
LICENSE Initial commit il y a 1 an
README.md Update README il y a 1 an
package.json Minor refactor il y a 1 an
pridepack.json Initial commit il y a 1 an
prompt-template.hbs Initial commit il y a 1 an
tsconfig.eslint.json Initial commit il y a 1 an
tsconfig.json Initial commit il y a 1 an
yarn.lock Initial commit il y a 1 an

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.