Get transcript summaries of Web videos.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
TheoryOfNekomata 796a8ff49b Use env variable for prompts dir, refactor events hace 1 año
src Use env variable for prompts dir, refactor events hace 1 año
test Minor refactor hace 1 año
.env.example Use env variable for prompts dir, refactor events hace 1 año
.eslintrc Initial commit hace 1 año
.gitignore Initial commit hace 1 año
LICENSE Initial commit hace 1 año
README.md Update README hace 1 año
package.json Minor refactor hace 1 año
pridepack.json Initial commit hace 1 año
prompt-template.hbs Initial commit hace 1 año
tsconfig.eslint.json Initial commit hace 1 año
tsconfig.json Initial commit hace 1 año
yarn.lock Initial commit hace 1 año

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.