From efc1c43db607fb0c2e1c0ddca3f1140823330872 Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Tue, 11 Apr 2023 20:06:08 +0800 Subject: [PATCH] Add README Consider repo as submodule. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a4738cf --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# 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.