Get transcript summaries of Web videos.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
TheoryOfNekomata b618f8900c Major refactor vor 1 Jahr
src Major refactor vor 1 Jahr
test Major refactor vor 1 Jahr
.env.example Use env variable for prompts dir, refactor events vor 1 Jahr
.eslintrc Major refactor vor 1 Jahr
.gitignore Initial commit vor 1 Jahr
LICENSE Initial commit vor 1 Jahr
README.md Update README vor 1 Jahr
package.json Major refactor vor 1 Jahr
pridepack.json Major refactor vor 1 Jahr
prompt-template.hbs Initial commit vor 1 Jahr
tsconfig.eslint.json Initial commit vor 1 Jahr
tsconfig.json Initial commit vor 1 Jahr
yarn.lock Major refactor vor 1 Jahr

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.