Hey Streamlit community!
I just built a new app using Streamlit that reads Reddit posts and hundreds of comments, then summarizes the entire thread using an AI agent.
Check it out here: https://redditai.streamlit.app
How it works:
Agno AI handles the agent creation effortlessly.
PRAW lets me fetch Reddit posts and their comment threads.
Gemini 1.5 Flash is the LLM powering the summarization.
And of course, Streamlit makes the UI clean, fast, and easy to use!
This is perfect for getting a quick summary of long and chaotic Reddit threads, especially useful for time-saving or content analysis. Use it for study or research. I just needed it for a friend thought Iβd make one myself.
Would love to hear your feedback or suggestions! And if youβre curious how it works under the hood, happy to share more details.