Get transcript summaries of Web videos.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
TheoryOfNekomata ec3c511a71 Major refactor 1年前
src Major refactor 1年前
test Initial commit 1年前
.env.example Integrate core's updated events API 1年前
.eslintrc Initial commit 1年前
.gitignore Integrate core's updated events API 1年前
LICENSE Initial commit 1年前
README.md Add README 1年前
package.json Update env, package details 1年前
pridepack.json Initial commit 1年前
tsconfig.eslint.json Initial commit 1年前
tsconfig.json Initial commit 1年前
yarn.lock Update env, package details 1年前

README.md

webvideo-transcript-summary-web-api

This is the Web API for summarizing transcripts for Web videos.

Setup

  1. Install dependencies.
  2. Run npm run build to build the project.
  3. Run npm start to start the server.