Get transcript summaries of Web videos.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TheoryOfNekomata efc1c43db6 Add README 1 년 전
src Initial commit 1 년 전
test Initial commit 1 년 전
.env.example Update env, package details 1 년 전
.eslintrc Initial commit 1 년 전
.gitignore Initial commit 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.