TheoryOfNekomata 66b3f742b1 | пре 1 година | |
---|---|---|
src | пре 1 година | |
test | пре 1 година | |
.env.example | пре 1 година | |
.eslintrc | пре 1 година | |
.gitignore | пре 1 година | |
LICENSE | пре 1 година | |
README.md | пре 1 година | |
package.json | пре 1 година | |
pridepack.json | пре 1 година | |
prompt-template.hbs | пре 1 година | |
tsconfig.eslint.json | пре 1 година | |
tsconfig.json | пре 1 година | |
yarn.lock | пре 1 година |
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.