No project description provided
Project description
YouTube Quick Insights is a Python webapp designed to help users rapidly extract insights from YouTube content. This application enables you to summarize videos, extract key information, and analyze entire playlists without spending hours watching them.
About the Project • Installation • Usage • Limitations • Known Issues • Roadmap • Contact
About the Project
With the overwhelming volume of content on YouTube, finding relevant information can be time-consuming and inefficient. YouTube Quick Insights solves this by instantly summarizing videos, extracting key information, and analyzing entire playlists. This AI-powered app saves time and enhances knowledge retention, making learning from YouTube content easier and more effective.
Key Features
- 🎥 Video Insights: Extract relevant information from individual YouTube videos using various extraction methods.
- ❓ Question-Based Insights: Ask specific questions about a video to get targeted information.
- 📚 Playlist Analysis: Analyze each video in a playlist and generate a comprehensive summary of the playlist's content.
- 🔧 Flexible Extraction Methods: Choose from pre-defined extraction methods or create custom ones to suit your needs.
Why it's valuable?
- ⏱️ Time-Saving: Obtain critical information from videos without spending hours watching them.
- 🎛️ Customizable Analysis: Tailor the extraction process to focus on specific aspects of the content.
- 📈 Scalable: Effortlessly analyze individual videos or entire playlists.
- 🧠 Enhanced Learning & Retention: Use generated summaries for personal notes to review content later, improving long-term retention.
- 🖱️ Ease of Use: Simple and user-friendly web interface.
Build with
Installation
Recommended: Create and activate a virtual environment before installing the tool.
Using pip
pip install yt-quick-insights
Using poetry
poetry add yt-quick-insights
To verify that everything works
insights --help
Usage
To launch the application, open your terminal and run the following command:
insights run
The webapp should open automatically in your default browser. If not, navigate to:
http://localhost:8501
.
- Enter YouTube URL: Paste the URL of the YouTube video you want to summarize in the designated field.
- Set OpenAI API Key: You have three options to provide your OpenAI API key:
- Enter it directly in the designated field
- Set it in the
.env
file - Store the key in an environment variable called:
OPENAI_API_KEY
- Generate Insights: Click on the "Get Insights" button to start summarizing the video content.
(Optional Settings)
- Select Extraction Method: Choose a specific method for extracting information based on the video content,
defaults to
General Summary
. - Choose OpenAI Model: Select any available OpenAI model for generating insights, defaults to
gpt-4o-mini
.
For detailed usage instructions, please refer to the in-app Usage Guide. To set up a .env
file or create a custom
Extraction Method, navigate to the "Configuration" section in the app's navigation bar.
Limitations
- Relies on the availability and accuracy of video transcripts.
- Requires an OpenAI API key for operation.
- May not capture visual information or context that isn't described in the audio.
- Only OpenAI LLMs are supported at this time.
Known Issues
- The YouTube transcript download feature does not work when using a VPN (tested with NordVPN).
- For more details, refer to this issue thread.
Roadmap
- Publish on PyPI
- Transform the CLI into a web app
- Deploy the web app (Simplify user experience: no need to install locally)
- Implement parallelization for extracting insights from YouTube Playlists
Contact
- 🌐 Website: https://charura.com
- 📧 Email: tendai@charura.com
- 👨💻 GitHub: @t-charura
If you find YouTube Quick Insights helpful, please consider giving it a ⭐️ on GitHub!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file yt_quick_insights-1.0.0.tar.gz
.
File metadata
- Download URL: yt_quick_insights-1.0.0.tar.gz
- Upload date:
- Size: 21.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8816ba492a696ecf8fdd68ca82f7ec301e26aae776c72534e3574606d0b53b2 |
|
MD5 | c9d350cf10309081f8f7d061c35fc75f |
|
BLAKE2b-256 | 739e7ca13af18d0d2d20a4a2ba0f6a5455bcc6439a9307fc04fedba0bf10f9fe |
File details
Details for the file yt_quick_insights-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: yt_quick_insights-1.0.0-py3-none-any.whl
- Upload date:
- Size: 29.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00c77e69a3726c9e25468703d7964a514208b6179b4522b12536d8bfcd6ab34a |
|
MD5 | 62671807a23eaf046224699771b2ebb9 |
|
BLAKE2b-256 | 139d1b863bfb22340438e94d14b4c5ae8b9ffca283bf053a25dd2e3de0c9aa6a |