Skip to content

killerz3/PODGEN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PodGen📻

PodGen is a Python and Gradio project designed to generate podcast-style conversations between two characters, Alice and Bob. This allows users to better understand topics, especially those who retain information better through auditory means rather than reading.

Features

  • Easy Podcast Generation: Simplify the creation of podcast episodes with a step-by-step interface.
  • Vast Knowledge: PodGen uses Mistral-7B-Instruct-v0.3 for content generation, providing high-quality material.
  • Human Voice: Using Microsoft's edge-tts, it can create human-like voices effortlessly on a CPU.

Check Out the Hosted Version or Install it Locally

Click Here

Sample Output

output.mov

Installation

To install the necessary dependencies, run:

pip install -r requirements.txt

Usage

You can start the PodGen application by running:

python app.py

This will launch the Gradio interface, where you can follow the steps to create and manage your podcast episodes.

Architecture

Architecture Diagram

Contributing

We welcome contributions! If you have ideas for new features or improvements, feel free to open an issue or submit a pull request.

Acknowledgements

This project is hosted on Hugging Face Spaces.