Get transcript summaries of Web videos.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
TheoryOfNekomata 796a8ff49b Use env variable for prompts dir, refactor events 1 yıl önce
src Use env variable for prompts dir, refactor events 1 yıl önce
test Minor refactor 1 yıl önce
.env.example Use env variable for prompts dir, refactor events 1 yıl önce
.eslintrc Initial commit 1 yıl önce
.gitignore Initial commit 1 yıl önce
LICENSE Initial commit 1 yıl önce
README.md Update README 1 yıl önce
package.json Minor refactor 1 yıl önce
pridepack.json Initial commit 1 yıl önce
prompt-template.hbs Initial commit 1 yıl önce
tsconfig.eslint.json Initial commit 1 yıl önce
tsconfig.json Initial commit 1 yıl önce
yarn.lock Initial commit 1 yıl önce

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.