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 пре 1 година
src Major refactor пре 1 година
test Major refactor пре 1 година
.env.example Use env variable for prompts dir, refactor events пре 1 година
.eslintrc Major refactor пре 1 година
.gitignore Initial commit пре 1 година
LICENSE Initial commit пре 1 година
README.md Update README пре 1 година
package.json Major refactor пре 1 година
pridepack.json Major refactor пре 1 година
prompt-template.hbs Initial commit пре 1 година
tsconfig.eslint.json Initial commit пре 1 година
tsconfig.json Initial commit пре 1 година
yarn.lock Major refactor пре 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.