Get transcript summaries of Web videos.
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
1234567891011121314 |
- # 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.
|