TheoryOfNekomata 66b3f742b1 | před 1 rokem | |
---|---|---|
src | před 1 rokem | |
test | před 1 rokem | |
.env.example | před 1 rokem | |
.eslintrc | před 1 rokem | |
.gitignore | před 1 rokem | |
LICENSE | před 1 rokem | |
README.md | před 1 rokem | |
package.json | před 1 rokem | |
pridepack.json | před 1 rokem | |
prompt-template.hbs | před 1 rokem | |
tsconfig.eslint.json | před 1 rokem | |
tsconfig.json | před 1 rokem | |
yarn.lock | před 1 rokem |
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.