If you don't want to spend time setting it up and just want to hear the output; I've uploaded an example audio here - https://soundcloud.com/irish_coder/youfm-example
-------------------------------
Here's how the application works... 1. Gather info about the user's interests and quirks with the UI
2. Gather the latest news articles for today
3. Gather weather info for the user's location
4. Rank the news articles according to the users potential interest using Gemini flash 2.5
5. Create the custom podcast script using Gemini Pro 2.5 using all the info gathered.
6. Use ElevenLabs TTS to generate the audio.
The project is at an early stage. Cursor, Claude 4 and Gemini were used. It's still quite rough.
-------------------------------
What I want to add next...
- CLI interface
- Ability to Schedule the Job
- More sources such as RSS, Reddit etc
- Improve UI