Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adityaapraveen/talktube
Uncover video insights with ease! Summarize transcripts, ask questions, and explore dialogue effortlessly in this handy extension.
https://github.com/adityaapraveen/talktube
Last synced: about 13 hours ago
JSON representation
Uncover video insights with ease! Summarize transcripts, ask questions, and explore dialogue effortlessly in this handy extension.
- Host: GitHub
- URL: https://github.com/adityaapraveen/talktube
- Owner: adityaapraveen
- Created: 2024-04-27T13:45:42.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-27T13:48:05.000Z (7 months ago)
- Last Synced: 2024-04-27T14:42:16.975Z (7 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YouTube-Video-Summariser
A chrome extension to summarise long YouTube videos by utilising YouTube's transcript feature.## Requirements
- The following python modules must be installed to run the API
- ```flask```
- ```youtube-transcript-api```
- ```transformers```## Instructions
- Run ```app.py``` to start the summarizer API.
- Load the custom extension into any Chromium browser.
- Go to any YouTube video and click on the extension logo to start summarizing.