A tool to transcribe and summarize video content.
Project description
digestvid
digestvid is a Python tool designed to automatically transcribe, review, and summarize video content, making it easier to digest video content efficiently. It supports processing both local video files and YouTube videos by downloading them. The tool utilizes advanced AI models for transcription and summarization.
Features
- Transcribe audio from videos to text
- Summarize transcribed text into concise summaries
- Download YouTube videos for processing
- Extract and summarize specific chapters or sections of videos
Installation
To install digestvid, you will need Python 3.6 or later. It's recommended to use a virtual environment:
python3 -m venv venv
source venv/bin/activate
Then, you can install DigestVid using pip:
pip install git+https://github.com/AI-Sherpa/DigestVid.git
Usage
After installation, you can use DigestVid from the command line to process a local video file or a YouTube URL:
digestvid <path to video file or YouTube URL>
Examples
To process a local video file:
digestvid path/to/video.mp4
To download and process a YouTube video:
digestvid https://www.youtube.com/watch?v=dQw4w9WgXcQ
Contributing
Contributions to digestvid are welcome! Here are a few ways you can help:
- Report bugs and request features by creating issues.
- Contribute to the code via pull requests. Please read our contribution guidelines first.
License
digestvid is released under the MIT License. See the LICENSE file for more details.
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
Hashes for digestvid-0.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd9238e00521a2dfcc8825e55265221e7587f0a61c1972a2c6ea09c4ffee373d |
|
MD5 | f6cec7d4400836dcaee2ca89069b03b5 |
|
BLAKE2b-256 | 1a2a04a446db2f409453faef5025b1938903460f31b5b1e76df8e62d25a3dc89 |