AI / Data · 2026
RahuFeed
Personal News Intelligence Dashboard
A live news aggregator with AI scoring, summaries, developing-story tracking, and Telegram alerts. Backend is Python/FastAPI on Render (Docker deploy), frontend is a vanilla JS PWA on Cloudflare Pages, SQLite via aiosqlite, with in-process APScheduler for scheduling.
- →Cascading multi-provider AI stack for resilience — scoring chain: Gemini 2.5 Flash → Mistral Small → Groq Llama-3.3-70B → Cerebras Llama-3.3-70B → rule-based fallback
- →Summarizer chain (Together AI Llama-3.3-70B → Groq → Mistral) and a developing-stories reasoning chain (Groq DeepSeek-R1-Distill-Llama-70B → Groq Llama-4 Scout → OpenAI GPT-4o), plus Perplexity for live follow-up context
- →AI-curated 'Top Stories' feed (last 6 hours) and a live feed segmented into 10 topic tabs — India/US/Europe political & financial, operations/supply, AI, geopolitics, football
- →Watchlists, live alerts, a trending-topics sidebar, and Telegram push alerts
FastAPICloudflare PagesMulti-LLMPWA