Skip to content

anshulp2912/scrivener

Repository files navigation

SCRIVENER

Python GitHub issues GitHub forks DOI GitHub license Lines of code Coverage Contributors YouTube

Table of Contents

Introduction

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 Python3 technology 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.

Demo

The project is deployed on both Streamlit cloud and Heroku.

Steps for Execution

  1. Clone the Git repository.
  2. Run pip install -r requirements.txt
  3. Open Command Prompt and change the directory to the location of cloned repository.
  4. Run the command streamlit run user_interface.py
  5. Next, open your browser and type in localhost:8501 in the search bar to open the webUI of the application.
  6. The UI typically looks as shown below and here you have a choice between URL, file or normal text input.

License

This project is licensed under the terms of the MIT license. Please check License for more details.

Contributions

Please see our CONTRIBUTING.md for instructions on how to contribute to the project by completing some of the issues.

Future Scope

For enhancement of this project following functionalities can be implemented

  • Currently our application supports youtube videos and videos with .mp4 extension. Provide support for other video formats
  • Perform summarization for videos in languages other than English
  • Generate summary of Podcasts or other audiofiles
  • Provide summary in form of video
  • Generate summary of videos for specific time frames
  • Compare various Summarization models and provide optimal summary
  • UI Enhancement
  • Provide summary in form of audio
  • Generate summary of audio for specific time frames
  • Adding Chrome extension for SCRIVENER
  • Provide Sentiment Analysis of the generated summary
  • Develop a Discord BOT for SCRIVENER

Team Members

  • Anshul Navinbhai Patel
  • Bhavya Omprakash Agrawal
  • Darshan Manharbhai Patel
  • Pragna Bollam
  • Rohan Jigarbhai Shah

Acknowledgements

We would like to thank Professor Dr Timothy Menzies for helping us understand the process of building a good Software Engineering project. We would also like to thank the teaching assistants Xiao Ling, Andre Lustosa, Kewen Peng, Weichen Shi for their support throughout the project.