Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

digestvid-0.1.7.tar.gz (9.4 kB view hashes)

Uploaded Source

Built Distribution

digestvid-0.1.7-py3-none-any.whl (10.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page