Get transcript summaries of Web videos.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
TheoryOfNekomata 796a8ff49b Use env variable for prompts dir, refactor events 1年前
src Use env variable for prompts dir, refactor events 1年前
test Minor refactor 1年前
.env.example Use env variable for prompts dir, refactor events 1年前
.eslintrc Initial commit 1年前
.gitignore Initial commit 1年前
LICENSE Initial commit 1年前
README.md Update README 1年前
package.json Minor refactor 1年前
pridepack.json Initial commit 1年前
prompt-template.hbs Initial commit 1年前
tsconfig.eslint.json Initial commit 1年前
tsconfig.json Initial commit 1年前
yarn.lock Initial commit 1年前

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.