- Introduction
- Demo
- Steps for Execution
- License
- Contributions
- Future Scope
- Team Members
- Acknowledgements
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.
The project is deployed on both Streamlit cloud and Heroku.
- Clone the Git repository.
- Run
pip install -r requirements.txt
- Open Command Prompt and change the directory to the location of cloned repository.
- Run the command
streamlit run user_interface.py
- Next, open your browser and type in
localhost:8501
in the search bar to open the webUI of the application. - The UI typically looks as shown below and here you have a choice between URL, file or normal text input.
This project is licensed under the terms of the MIT license. Please check License for more details.
Please see our CONTRIBUTING.md for instructions on how to contribute to the project by completing some of the issues.
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
- Anshul Navinbhai Patel
- Bhavya Omprakash Agrawal
- Darshan Manharbhai Patel
- Pragna Bollam
- Rohan Jigarbhai Shah
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.