Get transcript summaries of Web videos.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
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.