From 1826cd93af0f961dc726d59040ff8f1d28c35f3d Mon Sep 17 00:00:00 2001 From: Anshul Patel <36321866+anshulp2912@users.noreply.github.com> Date: Mon, 27 Sep 2021 17:12:23 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index aa63748..a83aee6 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ Scrivener is a video transcript summarizer for Youtube videos. Youtube is one of the most used website. A lot of people use the captions to understand the language of the video. In our project we aim to create a transcript summarizer which accepts a youtube URL link, collects the caption at every sentence and then provides the summary of the complete video. Our goal is to make the summarizer as accurate as possible and to add various other features. Our second goal of the project is to create a summarizer which can summarize the youtube videos which have captions disabled. Our project can be further expanded for numerous applications. This document provides a major perspective for the users to understand and take up the project as an Open source software and add on multiple features. Also, the document aids the developers in understanding the code and acts as a reference point for starting the project. +

+ +

+ The complete development was achieved using the following technologies and it is recommended that the next set of developers who take up this project have these technologies installed and keep them running before proceeding further: Python3 Django