Welcome to the PodGenie GitHub repository! PodGenie is a cutting-edge tool designed to revolutionize podcast production. By leveraging Large Language Models (LLMs), PodGenie automates the generation of podcast scripts and audio transcripts, significantly reducing content creation time while ensuring high-quality outputs. The tool is built using LangChain, Gradio, and GTTS (Google Text-to-Speech), with a user-friendly interface for seamless operation.
-
Automated Podcast Script Generation
Generate detailed, high-quality podcast scripts in minutes using LLMs. -
Audio Transcript Creation
Convert generated scripts into accurate audio transcripts for complete podcast production. -
Text Refinement Automation
Automated text editing and enhancement ensure polished outputs. -
User-Friendly Interface
Built with Gradio, PodGenie offers an intuitive interface that simplifies content creation workflows. -
Efficient Audio Conversion
Integrated with GTTS, PodGenie generates audio files from scripts effortlessly. -
Customizable Content
Allows users to tailor scripts to specific topics, themes, or preferences.
- LangChain: For language processing and script generation.
- Gradio: For creating a responsive and interactive web-based interface.
- GTTS (Google Text-to-Speech): For generating high-quality audio from text.
- Python: Core programming language for the project.
Ensure you have the following installed:
- Python (>= 3.8)
- Required Python libraries:
LangChain
,Gradio
,GTTS
- Clone the repository:
git clone https://github.com/your-username/PodGenie.git cd PodGenie
- Install the required dependencies:
pip install -r requirements.txt
- Run the application:
python app.py
Open the local URL provided by Gradio in your browser to access PodGenie.