Skip to content

thongn98/youtube-summarizer

 
 

Repository files navigation

youtube-summarizer

Made by Vala Vakilian, Thong Nguyen, Pedram Amani, Kausik Krishnakumar, and Fisher Xue for nwHacks 2019!

#What it is:

#How to use:

  • Set up a virtual environment in an appropriate location
  • Activate the virtual environment and install dependencies
pip install -r requirement.txt
  • Open up chrome://extensions/ and switch on Developer mode
  • Select load unpacked and select the extension folder in this repo
  • Open up Youtube and summarizing again !

Dependencies:

1. For getting Youtube captions

  • pip install youtube_transcript_api

2. # For getting audio from Youtube url with headless browser:

3. For transcribing audio

  • pip install --upgrade google-cloud-speech
  • Make GOOGLE_APPLICATION_CREDENTIALS environment variable and point to credentials.json file

4. For converting mp3 to ogg

  • pip install --upgrade pydub

5. For uploading ogg to Google Cloud Storage

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.2%
  • JavaScript 35.1%
  • HTML 3.7%