Poddington is a Python-based project (currently in beta/proof of concept stage) that is related to audio processing and podcasting. It is designed to text inputs, summarize and create a dialogue podcast.
Poddington.py: Main Python scriptrequirements.txt: List of Python dependencies.env: Environment variables file
-
Ensure you have Python installed on your system.
-
Clone this repository to your local machine.
-
Install the required dependencies:
pip install -r requirements.txt -
Set up your environment variables in the
.envfile if necessary.
To run the main script:
python Poddington.py
Load a text file from whichever path you choose.
Output to same project folder unless specified.
Please note that this is a beta/proof of concept version, and functionality may be limited or subject to change. Voices are robotic and will be improved in future versions.
As this is a proof of concept, contributions, suggestions, and feedback are welcome. Please feel free to open issues or submit pull requests.
Open-Source
This project is currently in development. More details and features will be added as the project progresses.