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.