Summarize a Reddit post. No need to go through 100s of comments anymore

Hey Streamlit community! :waving_hand:

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. :fire:

:link: Check it out here: https://redditai.streamlit.app

:hammer_and_wrench: How it works:

  • :brain: Agno AI handles the agent creation effortlessly.
  • :scroll: PRAW lets me fetch Reddit posts and their comment threads.
  • :high_voltage: Gemini 1.5 Flash is the LLM powering the summarization.
  • :artist_palette: 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. :raising_hands: