Get transcript summaries of Web videos.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
TheoryOfNekomata b618f8900c Major refactor 11 months ago
src Major refactor 11 months ago
test Major refactor 11 months ago
.env.example Use env variable for prompts dir, refactor events 1 year ago
.eslintrc Major refactor 11 months ago
.gitignore Initial commit 1 year ago
LICENSE Initial commit 1 year ago
README.md Update README 1 year ago
package.json Major refactor 11 months ago
pridepack.json Major refactor 11 months ago
prompt-template.hbs Initial commit 1 year ago
tsconfig.eslint.json Initial commit 1 year ago
tsconfig.json Initial commit 1 year ago
yarn.lock Major refactor 11 months ago

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.