Giter VIP home page Giter VIP logo

youtube-transcript-summarizer's Introduction

LOGO

Project Overview

This project is an integration of web development and the very emerging technology, Machine Learning. This Project aims to provide summarized documentation of a video that are too long to be watched. Today education is more dependent on online sources rather than the offline source, and no one has much time to spent on lecture videos that are too long to watch. So, to resolve this, there should be a tool which can provide a summarization of the video and therefor save time.

Problem and Solution Statement

Enormous number of video recordings are being created and shared on the YouTube throughout the day. It becomes really difficult to spend time in watching such videos which may have a longer duration than expected and sometimes our efforts may become futile if we aren’t able to find relevant information out of it. Summarizing transcripts of such videos will allows us to quickly look out for the important patterns in the video and helps us to save time and efforts to go through the whole content of the video.

Implementation strategy

So basically, it will be a chrome extension, having an option to copy to current URL of the video being selected. After providing the link, it will access the transcript of the particular audio using the YouTube transcript API and then the transcript will be provided to a machine learning model will in return provide the summarized text of the transcript. The summarized text would be downloadable by the user.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Features

  • Multiple Langauage Support (Hindi,English,Gujarati,Braille)
  • Runtime Text to Speech Conversion (English language Only)
  • Get Transcripts of videos of any length.
  • Get Summarization of video of any language.
  • Downloadable Transcripts.

Installation

  1. Clone the repository in your local machine.
git clone https://github.com/19IT114/YouTube-Transcript-Summarizer.git
  1. To run the API, you need to set up a Virtual Environment. Go into youtube-transcript-summarizer-api folder, open command prompt and paste the following command.
python -m venv venv
  1. Now that you got a Virtual Environment created, it's time to install all the dependencies. Use the following command.
pip install -r requirements.txt
  1. Now it's time to run the API.
python app.py
  1. Now the API is set up to provide the response. Its time to start with frontend.
cd ..
cd youtube-transcript-summarizer-frontend
  1. Install all the required node modules.
npm install
  1. You are all set to run the frontend.
npm start

Demo of the Project

https://drive.google.com/file/d/1u5OVxgmmDYr7lzqwm5XKmbA7Dsp6WyCh/view?usp=sharing

Authors

Click here to have a look at the poster of the project.

youtube-transcript-summarizer's People

Contributors

19it114 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.