A locally hosted, AI generated podcast from an rss feed.
Powered by -
How it works
The application reads an rss feed, extracts the articles and summarises them.
RSS + Ollama + TTS = Podcast
RSS
The application reads an rss feed and extracts the articles. Each of these articles are then processed by scraping the article content.
Ollama
The application uses a locally hosted version of Ollama. The Ollama API is used to summarise the article content. Default model used is mistral:7b
Coqui TTS
The summarised article content is then converted into an audio podcast using the Coqui TTS API.