Getting Started
Get started with Document-to-Podcast using one of the options below:
Setup options
The easiest way to play with the code on a GPU, for free.
Click the button below to launch the project directly in Google Colab:
Click the button below to launch the project directly in GitHub Codespaces:
Once the Codespaces environment launches, inside the terminal, start the Streamlit demo by running:
You can install the project from Pypi:
Check the Command Line Interface guide.
Alternatively, you can clone and install it in editable mode:
-
Clone the Repository
-
Install the project and its Dependencies
-
Run the Demo
Troubleshooting
When starting up the codespace, I get the message
Oh no, it looks like you are offline!
If you are on Firefox and have Enhanced Tracking Protection On
, try turning it Off
for the codespace webpage.
During the installation of the package, it fails with
ERROR: Failed building wheel for llama-cpp-python
You are probably missing the GNU Make
package. A quick way to solve it is run on your terminal sudo apt install build-essential