Get transcript summaries of Web videos.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
TheoryOfNekomata 66b3f742b1 Refactor API 1 рік тому
src Refactor API 1 рік тому
test Refactor API 1 рік тому
.env.example Use env variable for prompts dir, refactor events 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.