TheoryOfNekomata b618f8900c | 1 year ago | |
---|---|---|
src | 1 year ago | |
test | 1 year ago | |
.env.example | 1 year ago | |
.eslintrc | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
package.json | 1 year ago | |
pridepack.json | 1 year ago | |
prompt-template.hbs | 1 year ago | |
tsconfig.eslint.json | 1 year ago | |
tsconfig.json | 1 year ago | |
yarn.lock | 1 year ago |
This is the core SDK for summarizing transcripts for Web videos.
.env.example
to .env
and fill in the correct values.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.npm run build
to build the project.