Skip to main content

An Open Source alternative to NotebookLM's podcast feature: Transforming Multimodal Content into Captivating Multilingual Audio Conversations with GenAI

Project description

Podcastfy.ai 🎙️🤖

Open In Colab PyPi Status Downloads Issues Pytest Documentation Status License GitHub Repo stars

An Open Source alternative to NotebookLM's podcast feature: Transforming Multimodal Content into Captivating Multilingual Audio Conversations with GenAI

https://github.com/user-attachments/assets/f1559e70-9cf9-4576-b48b-87e7dad1dd0b

Podcastfy is an open-source Python package that transforms multi-modal content (text, images) into engaging, multi-lingual audio conversations using GenAI. Input content include websites, PDFs, youtube videos as well as images.

Unlike UI-based tools focused primarily on note-taking or research synthesis (e.g. NotebookLM ❤️), Podcastfy focuses on the programmatic and bespoke generation of engaging, conversational transcripts and audio from a multitude of multi-modal sources enabling customization and scale.

Star History Chart

Audio Examples 🔊

This sample collection is also available at audio.com.

Images

Image Set Description Audio
Senecio, 1922 (Paul Klee) Connection of Civilizations (2017) by Gheorghe Virtosu Senecio, 1922 (Paul Klee) and Connection of Civilizations (2017) by Gheorghe Virtosu 🔊
The Great Wave off Kanagawa, 1831 (Hokusai) Takiyasha the Witch and the Skeleton Spectre, c. 1844 (Kuniyoshi) The Great Wave off Kanagawa, 1831 (Hokusai) and Takiyasha the Witch and the Skeleton Spectre, c. 1844 (Kuniyoshi) 🔊
Taylor Swift Mona Lisa Pop culture icon Taylor Swift and Mona Lisa, 1503 (Leonardo da Vinci) 🔊

Text

Content Type Description Audio Source
Youtube Video YCombinator on LLMs Audio YouTube
PDF Book: Networks, Crowds, and Markets Audio book pdf
Research Paper Climate Change in France Audio PDF
Website My Personal Website Audio Website
Website + YouTube My Personal Website + YouTube Video on AI Audio Website, YouTube

Multi-Lingual Text

Language Content Type Description Audio Source
French Website Agroclimate research information Audio Website
Portuguese-BR News Article Election polls in São Paulo Audio Website

Features ✨

  • Generate conversational content from multiple-sources and formats (images, websites, YouTube, and PDFs)
  • Customize transcript and audio generation (e.g. style, language, structure, length)
  • Create podcasts from pre-existing or edited transcripts
  • Support for advanced text-to-speech models (OpenAI, ElevenLabs and Edge)
  • Support for running local llms for transcript generation (increased privacy and control)
  • Seamless CLI and Python package integration for automated workflows
  • Multi-language support for global content creation (experimental!)

Updates 🚀

v0.2.3 release

  • Add support for running LLMs locally
  • Enable config for running podcastfy with no API KEYs
  • and more...

v0.2.2 release

  • Podcastfy is now multi-modal! Users can generate audio from images + text inputs!

v0.2.0 release

  • Users can now customize podcast style, structure, and content
  • Integration with LangChain for better LLM management

Quickstart 💻

Prerequisites

  • Python 3.11 or higher
  • $ pip install ffmpeg (for audio processing)

Setup

  1. Install from PyPI $ pip install podcastfy

  2. Set up your API keys

Python

from podcastfy.client import generate_podcast

audio_file = generate_podcast(urls=["<url1>", "<url2>"])

CLI

python -m podcastfy.client --url <url1> --url <url2>

Usage 💻

Experience Podcastfy with our HuggingFace 🤗 Spaces app for a simple URL-to-Audio demo. (Note: This UI app is less extensively tested and capable than the Python package.)

Customization 🔧

Podcastfy offers a range of customization options to tailor your AI-generated podcasts:

License

This software is licensed under Apache 2.0. Here are a few instructions if you would like to use podcastfy in your software.

Contributing 🤝

We welcome contributions! See Guidelines for more details.

Example Use Cases 🎧🎶

  1. Content Summarization: Busy professionals can stay informed on industry trends by listening to concise audio summaries of multiple articles, saving time and gaining knowledge efficiently.

  2. Language Localization: Non-native English speakers can access English content in their preferred language, breaking down language barriers and expanding access to global information.

  3. Website Content Marketing: Companies can increase engagement by repurposing written website content into audio format, providing visitors with the option to read or listen.

  4. Personal Branding: Job seekers can create unique audio-based personal presentations from their CV or LinkedIn profile, making a memorable impression on potential employers.

  5. Research Paper Summaries: Graduate students and researchers can quickly review multiple academic papers by listening to concise audio summaries, speeding up the research process.

  6. Long-form Podcast Summarization: Podcast enthusiasts with limited time can stay updated on their favorite shows by listening to condensed versions of lengthy episodes.

  7. News Briefings: Commuters can stay informed about daily news during travel time with personalized audio news briefings compiled from their preferred sources.

  8. Educational Content Creation: Educators can enhance learning accessibility by providing audio versions of course materials, catering to students with different learning preferences.

  9. Book Summaries: Avid readers can preview books efficiently through audio summaries, helping them make informed decisions about which books to read in full.

  10. Conference and Event Recaps: Professionals can stay updated on important industry events they couldn't attend by listening to audio recaps of conference highlights and key takeaways.

Contributors

contributors

Disclaimer

This tool is designed for personal or educational use. Please ensure you have the necessary rights or permissions before using content from external sources for podcast creation. All audio content is AI-generated and it is not intended to clone real-life humans!

↑ Back to Top ↑

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

podcastfy-0.2.10.tar.gz (29.0 kB view details)

Uploaded Source

Built Distribution

podcastfy-0.2.10-py3-none-any.whl (32.2 kB view details)

Uploaded Python 3

File details

Details for the file podcastfy-0.2.10.tar.gz.

File metadata

  • Download URL: podcastfy-0.2.10.tar.gz
  • Upload date:
  • Size: 29.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.11.10 Linux/6.8.0-47-generic

File hashes

Hashes for podcastfy-0.2.10.tar.gz
Algorithm Hash digest
SHA256 3ce746ea25caa8f42691f173149d85db5e8edbf7c7105d6d1a3aca3690fe0f57
MD5 925a3c824bb63ef84dc234757912c5e7
BLAKE2b-256 5f983d6f7307fbd74ef00b43e0f6c9f99c67fe8088e22fdf6e670aa07dcd7b6e

See more details on using hashes here.

File details

Details for the file podcastfy-0.2.10-py3-none-any.whl.

File metadata

  • Download URL: podcastfy-0.2.10-py3-none-any.whl
  • Upload date:
  • Size: 32.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.11.10 Linux/6.8.0-47-generic

File hashes

Hashes for podcastfy-0.2.10-py3-none-any.whl
Algorithm Hash digest
SHA256 c7ff914f759df8e343fb7d557362549365dbb5c7ae18b4de758321e0443fdeea
MD5 3e7e1db52ff21e163f3162b04193d5b9
BLAKE2b-256 3b0ff394362dd0839b7cb4edfdb233f9c3d2f8a49f75be334d2d02f7c241d8cf

See more details on using hashes here.

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