Get transcript summaries of Web videos.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
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.