--- title: Podcast Generator emoji: 🎙️ colorFrom: blue colorTo: green sdk: gradio app_file: app.py pinned: false short_description: A replication of Google's NotebookLM Podcast Generator --- # Podcast Generator Welcome to the Podcast Generator project! This tool allows you to create custom podcast episodes using AI-generated content. ## Features - Generate podcast scripts on any topic - Convert text to speech for a natural listening experience - Add background music to your episodes - Export episodes in popular audio formats ## How to Use 1. Enter your desired podcast topic 2. Adjust generation parameters (length, style, etc.) 3. Click "Generate" to create your podcast script 4. Review and edit the generated content 5. Convert the script to audio 6. Add background music (optional) 7. Export your finished podcast episode ## Installation To run this project locally, follow these steps: 1. Clone the repository 2. Install the required dependencies: ``` pip install -r requirements.txt ``` 3. Run the application: ``` python app.py ``` ## Contributing We welcome contributions to the Podcast Generator project. Please feel free to submit issues, fork the repository and send pull requests! ## License This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.