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.