Skip to main content

Summarizes podcasts.

Project description

podcast-summarizer

Version Python Version Support

Summarizes a podcast from an audio or transcription using ChatGPT.

Usage

# Summarize a podcast audio from an URL.
podcast-summarizer http://.../audio.mp3

# Summarize a podcast audio from local file.
podcast-summarizer audio.mp3

# Summarize a podcast audio and save transcription and summary to files.
podcast-summarizer -t transcription.txt -s summary.txt http://.../audio.mp3

# Summarize an already transcribed podcast
podcast-summarizer transcription.txt

Instalation

pip install podcast-summarizer

You'll need to install ffmpeg before running the script.

# on Ubuntu or Debian
sudo apt update && sudo apt install ffmpeg

# on Arch Linux
sudo pacman -S ffmpeg

# on MacOS using Homebrew (https://brew.sh/)
brew install ffmpeg

You'll also need to set the OPENAI_API_KEY environment variable.

export OPENAI_API_KEY=<YOUR_API_KEY..>

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

podcast_summarizer-0.1.0.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

podcast_summarizer-0.1.0-py3-none-any.whl (4.8 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