Get transcript summaries of Web videos.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TheoryOfNekomata ec3c511a71 Major refactor 11 months ago
src Major refactor 11 months ago
test Initial commit 1 year ago
.env.example Integrate core's updated events API 1 year ago
.eslintrc Initial commit 1 year ago
.gitignore Integrate core's updated events API 1 year ago
LICENSE Initial commit 1 year ago
README.md Add README 1 year ago
package.json Update env, package details 1 year ago
pridepack.json Initial commit 1 year ago
tsconfig.eslint.json Initial commit 1 year ago
tsconfig.json Initial commit 1 year ago
yarn.lock Update env, package details 1 year ago

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.