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 6d6a132708 Update README преди 1 година
src Minor refactor преди 1 година
test Minor refactor преди 1 година
.env.example Minor refactor преди 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.