تفاصيل العمل

For English scroll down

بنيت نظام ذكاء اصطناعي لأتمتة متابعة الأخبار يقوم بجمع المقالات من 5 مصادر RSS كل 6 ساعات، ثم يقوم بتجميع الأخبار حسب الموضوع (topic clustering) وتلخيصها باستخدام نموذج Gemini. يتم إرسال النتائج في شكل بريد إلكتروني HTML منسق يصل مباشرة إلى صندوق الوارد كموجز أخبار شخصي بدون أي تدخل يدوي.

يعتمد النظام على مصادر RSS بدلًا من استخدام APIs للأخبار، مما يقلل الاعتماد على خدمات خارجية مع الحفاظ على تدفق مستمر للمحتوى. يقوم أيضًا بتصفية المحتوى وإبراز الأخبار الأكثر صلة فقط بناءً على التجميع الموضوعي وتقليل التكرار.

التدفق التقني: جدولة زمنية (Schedule Trigger) → قراءة RSS من 5مصادر → دمج وإزالة التكرار → بناء البرومبت (Prompt Engineering) → تلخيص عبر Gemini LLM → تنسيق HTML → إرسال تلقائي عبر Gmail.

---------------------------------------------------------------------------------------------------------------------------------------

Built an automated AI news intelligence system that aggregates content from 5 RSS sources every 6 hours, clusters articles by topic, and generates concise AI-powered summaries using Gemini. The system delivers a structured, fully formatted HTML email directly to the inbox, acting as a personalized news digest with zero manual effort.

The pipeline eliminates the need for news APIs by relying on RSS feeds, continuously filtering and surfacing only relevant updates based on content similarity and topic grouping.

Architecture: Scheduled trigger → RSS ingestion (5 sources) → aggregation & deduplication → prompt construction → Gemini LLM summarization → HTML formatting → automated Gmail delivery.

بطاقة العمل