Get transcript summaries of Web videos.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
TheoryOfNekomata 66b3f742b1 Refactor API 1 år sedan
src Refactor API 1 år sedan
test Refactor API 1 år sedan
.env.example Use env variable for prompts dir, refactor events 1 år sedan
.eslintrc Initial commit 1 år sedan
.gitignore Initial commit 1 år sedan
LICENSE Initial commit 1 år sedan
README.md Update README 1 år sedan
package.json Minor refactor 1 år sedan
pridepack.json Initial commit 1 år sedan
prompt-template.hbs Initial commit 1 år sedan
tsconfig.eslint.json Initial commit 1 år sedan
tsconfig.json Initial commit 1 år sedan
yarn.lock Initial commit 1 år sedan

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.