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 9252b037ca Minor refactor vor 1 Jahr
src Minor refactor vor 1 Jahr
test Minor refactor vor 1 Jahr
.env.example Minor refactor vor 1 Jahr
.eslintrc Initial commit vor 1 Jahr
.gitignore Initial commit vor 1 Jahr
LICENSE Initial commit vor 1 Jahr
README.md Minor refactor vor 1 Jahr
package.json Minor refactor vor 1 Jahr
pridepack.json Initial commit 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 Initial commit 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.

Use npm link to use it on your own project.